Test Suites

85 passed, 165 total

Tests

8669 passed, 8976 total

Snapshots

1516 passed, 1823 total

{ "additionalResultsProcessors": [], "resultDir": "./jest-stare/", "resultHtml": "index.html", "resultJson": "jest-results.json" }
{ "numFailedTestSuites": 80, "numFailedTests": 307, "numPassedTestSuites": 85, "numPassedTests": 8669, "numPendingTestSuites": 0, "numPendingTests": 0, "numRuntimeErrorTestSuites": 0, "numTodoTests": 0, "numTotalTestSuites": 165, "numTotalTests": 8976, "openHandles": [], "snapshot": { "added": 0, "didUpdate": false, "failure": true, "filesAdded": 0, "filesRemoved": 0, "filesRemovedList": [], "filesUnmatched": 80, "filesUpdated": 0, "matched": 1516, "total": 1823, "unchecked": 38, "uncheckedKeysByFile": [ { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "keys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "keys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "keys": [ "graphql.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "keys": [ "embed.js format 1" ] } ], "unmatched": 307, "updated": 0 }, "startTime": 1700138658955, "success": false, "testResults": [ { "failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 265, "numPendingTests": 0, "perfStats": { "start": 1027.4517760000308, "end": 12576.429570999986, "runtime": 11549, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 101, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.7728389999829233, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 71.78499100002227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 303.9164030000102, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 17.667368000024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 3.131500000017695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 10.803845999995247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 57.12269599997671, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 57.39209600002505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 55.39765299996361, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 0.6037099999957718, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 5.141400999971665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 4.275118999998085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.8348230000119656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.4296880000038072, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.5098049999796785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 54.410602000018116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 55.05516599997645, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 56.91421899996931, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.5850539999664761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 2.7935770000331104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.78831699996954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.389309999998659, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.1509530000039376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.926374000031501, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.076379999984056, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.73456599999918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.94997999997577, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.48446700000204146, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 6.654561000003014, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 2.8194449999718927, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.1284219999797642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.9994699999806471, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.9972460000426508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.19081699999515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.76977799995802, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 55.65205999999307, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 0.4145460000145249, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.31039599998621, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.666886000020895, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.95142199995462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.56711899995571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.16918099997565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.31882800004678, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.86728599999333, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.68199800001457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 0.4797880000551231, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.72512399998959, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.64908699999796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.49170800001593, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.97033099998953, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.77993600000627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.64968100003898, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.77155700000003, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.665742000041064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 0.44212800002424046, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.6982699999935, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.36239399999613, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.32434799999464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 58.67921600001864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 58.51519299997017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 64.08840000000782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.25995400000829, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.69094599998789, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 0.42449399997713044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.15986800001701, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.52304500003811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.94835099996999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.64211500005331, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.77779200003715, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.141800999990664, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.71935300005134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.73512299999129, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.5327659999602474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 2.5898549999692477, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 55.397813999967184, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.401932000007946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.0391030000173487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.8374060000060126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.49680399999488, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.78458600002341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.3347589999903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.882030999986455, "failureMessages": [ "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.43793099996401, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 57.21866900002351, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.563254999986384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.002325999957975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.1316269999952056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.86753400001908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.73293300002115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.89233200001763, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.4160480000427924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 4.109547999978531, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 56.315563999989536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 2.0795900000375696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 1.0280429999693297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.8684540000394918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 54.80026099999668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 54.09221899998374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 54.2339599999832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.5262740000034682, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 2.541263999999501, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.98825200001011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.3295270000235178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.9427539999596775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.7952379999915138, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 57.82586799998535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.05291099997703, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.442931000026874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.101360000029672, "failureMessages": [ "valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 5.673183000006247, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.993138000019826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0293860000092536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.101992000010796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.8051160000031814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 59.617499999993015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 56.483402999991085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 56.114338999963365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 0.478304999996908, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.52203900000313, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.27735699998448, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.5659169999999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.12477100000251, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.139225999999326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.321509000030346, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.38201699999627, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.94702199997846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 0.4154369999887422, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.78077700000722, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.676738999958616, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.63943300000392, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 52.82698700000765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.171002999995835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.33111599995755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.35470899997745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.093752999964636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.5471229999675415, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 3.3700950000202283, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.8147549999994226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 1.13733699999284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.9931080000242218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.772324999968987, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 54.66987099999096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 54.167333999997936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 54.06500499998219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.3921330000157468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.2387480000033975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.56691100000171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.1307749999687076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.8835130000370555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.7754810000187717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 53.6588299999712, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 54.41485299996566, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 53.94191300001694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.778104999975767, "failureMessages": [ "valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 2.4739580000168644, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.6707750000059605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.0488929999992251, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.7914609999861568, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.9758460000157356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 53.34499800001504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 54.58796799997799, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 54.993321000016294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6244580000056885, "failureMessages": [ "valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.82251999998698, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.3244979999726638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.9657260000240058, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7488410000223666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6855920000234619, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.458225000009406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.14723300002515, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 60.86383600003319, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 0.40287399996304885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.90829400002258, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 65.26552499999525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.46880700002657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.355016999994405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.718080000020564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.85246399999596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.21435399999609, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.18631700001424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 0.39826499996706843, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 64.46683200000552, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.51273300003959, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.04690600000322, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.032422000018414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.494578000041656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.9397829999798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.521558000007644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 55.012411000032444, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 0.4783550000283867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 1.965336999972351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 53.97232899995288, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 53.90334600000642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 61.571688000054564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.3198160000029, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.14311100001214, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.90576900000451, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.56243799999356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 0.5542870000354014, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 58.45188200002303, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 57.079151000012644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.70269200002076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.847492999979295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.79417999996804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.25585499999579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.95065200002864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.063733999966644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 0.42449499998474494, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.59197499998845, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.58746699994663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 53.90508299996145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.27566999994451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.51506100001279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.421970000024885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.91598699998576, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.22920999996131, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 0.4929019999690354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.34044600004563, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.33518699998967, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.29713299998548, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.65511100000003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 54.750210999976844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.50950699998066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.890623999992386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.4236319999909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 0.438148999994155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.723256000026595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.489494000037666, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.28707399999257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.128968000004534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.819923000002746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.84183800005121, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.07712199998787, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.403676000016276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.47281499998643994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.7920520000043325, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.148828999954276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.2371639999910258, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7998159999842755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7374190000118688, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 54.39454900001874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 54.71658899995964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 55.217890000029, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8510820000083186, "failureMessages": [ "valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.6060239999787882, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 59.84518200001912, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.8617830000002868, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.345666999986861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.3962520000059158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 59.02076400001533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 55.25506100000348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 55.046689000038896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.41247199999634176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.6329850000329316, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.30795799999032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.292488000006415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.8289910000166856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7279219999909401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.00110900000436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.4966199999908, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.60799099999713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.4221900000120513, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 2.1132130000041798, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.60620900004869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 1.163066000037361, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7880139999906532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7717239999910817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 53.88560800004052, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 54.04688699997496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.37145299999975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 17, "numPassingTests": 318, "numPendingTests": 0, "perfStats": { "start": 12610.137474999996, "end": 26656.20997200004, "runtime": 14046, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 127, "unchecked": 0, "unmatched": 17, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.761454000021331, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.25858900003368, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 54.58996000001207, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.179918000008911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.754871999961324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6822369999717921, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 54.536757999972906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 0.6286660000332631, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.08172800001921, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.85373699996853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.24272999999812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.752470000006724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.97080700000515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.83615899999859, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 0.5377260000095703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 65.40394999994896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.21729200001573, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 76.49869399995077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 60.76484600000549, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 62.2534319999977, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 62.74196399998618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 0.4345220000250265, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.1158089999808, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 59.9570759999915, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.889357000007294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.54434500000207, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.727065000042785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 59.9151819999679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.4259559999918565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.44570600002771, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.87467900000047, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.99620100000175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.46172999998089, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 55.60621900000842, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.42262800002936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.0852510000113398, "failureMessages": [ "decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 58.1891380000161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 57.902467000007164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.129492999985814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7776149999699555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7816030000103638, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 58.976949999982025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.433731000055559, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 55.309906999988016, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 54.38133500004187, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.4568549999967217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.9506290000281297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 54.18461999995634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.413312999997288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 57.639280000003055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.19738299999153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 1.0793089999933727, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.7552329999743961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 57.38052800000878, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 57.542969000001904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.6266519999480806, "failureMessages": [ "deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 55.04440399998566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 55.034977000032086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 1.3289660000009462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7849480000440963, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.8926099999807775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 54.109852999972645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 0.5452499999664724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 58.25551500002621, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 57.23570100002689, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.9847329999902286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.2996409999905154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.5736930000130087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 56.90600700001232, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.931933999992907, "failureMessages": [ "do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 55.65566399996169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 57.01299700001255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 1.365845000022091, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.8658800000557676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.7848390000290237, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 58.15400199999567, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.47364600002765656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.93654299998889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.90706900000805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.880090999999084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.72178800002439, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.81063099997118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.313615999999456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.48241300001973286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.02603399998043, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 56.336721000028774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 1.2585940000135452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.8998239999637008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.7572159999981523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 56.21734799997648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7726860000402667, "failureMessages": [ "export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 55.08861800003797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 55.68762099999003, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.343334000033792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7860599999548867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.0079059999552555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 54.801256000006106, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 0.4311269999598153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.93426200002432, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.06422900001053, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.660650000034366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.98390800005291, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.38792199996533, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.42425999999978, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.4913500000257045, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 56.98838799999794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 57.14725800004089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.4234430000069551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.9094720000284724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.7850380000309087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.9053129999665543, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.8438489999971353, "failureMessages": [ "function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 56.759866999986116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 56.83674299996346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.4141850000014529, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9690330000012182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9178869999595918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 56.95227399998112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.46278599998913705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 56.902292000013404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 56.72078000003239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.4479680000222288, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.0696810000226833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.8519839999498799, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 56.58458599995356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.4221900000120513, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.85213900002418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.96739100001287, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 1.2131389999995008, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.8438289999612607, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.7627070000162348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.856239999993704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.45875900000100955, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 55.65026299998863, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 55.54646400001366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.6403789999894798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.1726640000124462, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.1184030000003986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 58.6985589999822, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.48526799998944625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 55.80153799999971, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 56.79878299997654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.8931310000480153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.2630319999880157, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.1765209999866784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 58.66078400000697, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.4837249999982305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 55.4464619999635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 56.17500899999868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 1.2284780000336468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7888950000051409, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7233929999638349, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 55.26306999998633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 0.5033519999706186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 58.135994000011124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 58.42672000004677, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 57.97039999999106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 59.91482399997767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 58.281291000021156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 64.81691100000171, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6415000000270084, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.19097200001124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.91992899996694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.1273090000031516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7590499999932945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.693457999965176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.952596999995876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4364960000384599, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.878186999994796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.38732100004563, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.69247299997369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.57963400002336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.758030999975745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 56.277395000041, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 0.4134429999976419, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.878469999996014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.54814800003078, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 62.31788600003347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 68.50004699995043, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.61160900001414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 61.71043500001542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8099250000086613, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 62.61222599999746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 56.155478000000585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.2172869999776594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8261749999946915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7408859999850392, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 56.09104400000069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 0.4505529999732971, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 56.529833999986295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 56.10549799998989, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 56.04680599999847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.103365000046324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 1.2896930000279099, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.90217000001576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 0.4513340000412427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.576697000011336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.08643600001233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.511515000020154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.36494800000219, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.10690099996282, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.99608499999158, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 0.5037129999836907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.881984999985434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 58.726044000010006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.27847399999155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.366628999996465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 57.64982400002191, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.2362059999723, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 0.42961300001479685, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 56.87364200002048, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 62.529959000006784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.92312500003027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.72438400000101, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.38641599996481, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.03223100001924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 0.4298539999872446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.21401299996069, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 55.46290400001453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.707835000008345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.62690600001952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.14925200003199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.295687999983784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.4153369999839924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 56.39337900001556, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.89473599998746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 1.2175980000174604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.854206999996677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.7302659999695607, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.568599999998696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.4594700000016019, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.49201400001766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.650413000024855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.273453999951016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.97294900001725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.9177020000061, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.24370099999942, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.8023099999991246, "failureMessages": [ "partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 61.55905199999688, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 61.469645000004675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.562802999978885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.4167100000195205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.9278460000059567, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 60.15932699997211, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7604520000168122, "failureMessages": [ "pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 60.69064700003946, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 61.4161159999785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 1.2412819999735802, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8369850000017323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8256750000291504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 61.1405289999675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.7347450000233948, "failureMessages": [ "pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 58.33535100001609, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 56.964566999988165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 1.248195000051055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8519240000168793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.810226000030525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 56.40787799999816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 0.7235339999897406, "failureMessages": [ "pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 58.61548500001663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 59.37317599996459, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.5440789999556728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.11627800000133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.0699209999875166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 58.12478600000031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 0.4498509999830276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 59.964855000027455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 58.718448999978136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 61.004592999990564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 62.84106599999359, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 59.27195300004678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 62.919714999967255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 0.44901099998969585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 59.718345000001136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.87307599995984, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.67084800003795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.864369999966584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.7858979999437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.82402499997988, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.782063000020571, "failureMessages": [ "record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 57.71557200001553, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 57.9714329999988, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 1.14571299997624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.784877999976743, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.7462159999995492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 56.7459009999875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.6390149999642745, "failureMessages": [ "record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 58.23296900000423, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 56.94979899999453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 1.1441899999626912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7937149999779649, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.789266999985557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 59.206406000012066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 0.4240529999951832, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.12111999996705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.31787099997746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.35935199999949, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.41765399998985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 1.2304320000112057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.61950099997921, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.44371099997079, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.786382999969646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.43579399998998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.6652050000266172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8674730000202544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8511919999727979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 55.93888800003333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7631379999802448, "failureMessages": [ "source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.556744000001345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.50936799996998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 1.1111190000083297, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7624460000079125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7677960000000894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.45586500002537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.6402179999859072, "failureMessages": [ "throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 57.14143800002057, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 57.808703000016976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 1.2765579999540932, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.9621000000042841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.7875430000131018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 57.538700000033714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.4002399999881163, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 56.56805499998154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 56.88151600002311, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.1074830000288785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7776850000373088, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7707720000180416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.1272480000043288, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.6733590000076219, "failureMessages": [ "v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 58.31382700003451, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 57.614881000015885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 1.1502820000168867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.7393230000161566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.7833059999975376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 57.68154300004244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 251, "numPendingTests": 0, "perfStats": { "start": 26685.621984000027, "end": 41009.11528700002, "runtime": 14323, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 22, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments-1.js" ], "duration": 0.4411949999630451, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.63057300000219, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.879879000014625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.006028999981936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.530414000037126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.78123000002233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.48012100002961, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.35439600003883, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.31855100003304, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 0.44570400001248345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.9547780000139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.74322599999141, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.745066999981645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.582909999997355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.91399900004035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.75111000001198, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.424987000005785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 55.83089199999813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 0.43086600000970066, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.541889999993145, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.21974999998929, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.523336000042036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.569719000020996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.82725600001868, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 55.917817000008654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.74709600000642, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.187850999995135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 0.4969799999962561, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.65260599995963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.13380100001814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.05071500001941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.431984000024386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.27017400000477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.50419800000964, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.24785700003849, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.20474000001559, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 0.41241099999751896, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.190494999988005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.635536000016145, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.29673100000946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.649846000014804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.7574120000354, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.823389999975916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.247358999971766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.87561699998332, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 0.43601499998476356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.41649299999699, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.38827699999092, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 55.638406999991275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.96284500003094, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.297702999960165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.59926600003382, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 57.254014000005554, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 55.6187660000287, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 0.4252860000124201, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.860419999982696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.46422799996799, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.00704200001201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.734074000036344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 71.1599850000348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 55.393516000011005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.843898000021, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.9545630000066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 0.5861370000056922, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.61902899999404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.522077000001445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.12252099998295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.24835399998119, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 60.99272200005362, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.939987000019755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.16396800003713, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.1944080000394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 0.5977979999734089, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.902261000010185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 58.06002299999818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.0141869999934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.6792799999821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.594951000006404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.70323100005044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.28995400003623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.28688000002876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 0.48204199998872355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.224806000012904, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.78371300001163, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.6068250000244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.21006599999964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.751447000016924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.84695000003558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.4934179999982, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.967658999958076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 0.4980010000290349, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.779558999987785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.891889000020456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.4246690000291, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.69873100001132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.965454999997746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.232205000007525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.04963799996767, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.9591589999618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 0.41432599996915087, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.34474600001704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.3254939999897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.077430000004824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 56.25015700003132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.09340599999996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.15962799999397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.44248600001447, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.514678000006825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 0.41978600004222244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.055471000028774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.03275700000813, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.06246200000169, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.190844999975525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.50876200001221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.068304000014905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.41298700001789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.30870399996638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 0.42644800001289696, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.234281999990344, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.50720500003081, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.74176699999953, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.9754359999788, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.00500900001498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.08190200000536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 55.95814199995948, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.45906299998751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 0.4757300000055693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.913678999990225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.48460199998226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.36289899999974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.183457000006456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.00221300002886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.57758799998555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.70733800000744, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.96835500001907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 0.4952559999655932, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.6163279999746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 57.35629000002518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.10156099998858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.54760799999349, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.71757599996636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.4035889999941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 55.5411970000132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.15446900000097, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 0.488855000003241, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 57.20199299999513, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.45814499998232, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.24693099997239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 55.26684400002705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.24916599999415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.6911320000072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.96598099998664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.90226400003303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 0.4127619999926537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.39980700000888, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.63372199999867, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.54821500001708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.82357000000775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.26026099995943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.507257999968715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.11956200003624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.845021999964956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 0.49477599997771904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.21268900000723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 57.619665000005625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 55.848901999997906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 56.495444000000134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 57.05828100000508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 56.71836300002178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 55.84472500003176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 57.32414100004826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 1.4713989999727346, "failureMessages": [ "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 58.575800999999046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.715122999972664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 56.53976499999408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 56.60401200002525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 56.862269999983255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.7639640000416, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.40538800001377, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 56.159444999997504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 0.917310000048019, "failureMessages": [ "range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.64018899999792, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.382605999999214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.334269000042696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 72.85069900000235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 55.34898599999724, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 55.704362000047695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.79187000001548, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 54.12877499999013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 1.277856000000611, "failureMessages": [ "range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 55.974486999970395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 57.64126100001158, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.837319000042044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 55.161358000012115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 54.40117900003679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 56.765229999960866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 55.295796999998856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 56.525717000011355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 1.1279060000088066, "failureMessages": [ "range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 56.40720999997575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.78008499997668, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.62779200001387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 54.70253800001228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 54.15988599997945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.30290700000478, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.04129299998749, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 55.14984099997673, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 0.7954679999966174, "failureMessages": [ "range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 56.138068999978714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 57.43507000000682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 54.95909899997059, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.02501099999063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.196854000038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.38825799996266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 55.322859000007156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 56.52523299999302, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 0.5542770000174642, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 55.450110999983735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.73739399999613, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 53.87308699998539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 53.86999300000025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 53.726977000012994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 55.18316799995955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 55.382005999970715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 54.610579999978654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 0.5460510000120848, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.446869000035804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 56.31174199999077, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 55.67225399997551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.43805300001986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.463972999947146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 56.43391700001666, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.59942099999171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 54.71659100003308, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 0.633254999993369, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.89489599998342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 56.06611299997894, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.43317600002047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.96391200000653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 54.904226000013296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.1931929999846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.55251900001895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 55.3840429999982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 0.8274380000075325, "failureMessages": [ "range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 56.1968390000402, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 56.974763999984134, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 54.88654899998801, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 55.87201799999457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 54.97187300003134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 55.591305000009015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 57.252688999986276, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 56.00662499997998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [], "duration": 1.961349000048358, "failureMessages": [], "fullName": "translates cursor correctly in basic case", "numPassingAsserts": 0, "status": "passed", "title": "translates cursor correctly in basic case" }, { "ancestorTitles": [], "duration": 0.8373060000012629, "failureMessages": [], "fullName": "positions cursor relative to closest node, not SourceElement", "numPassingAsserts": 0, "status": "passed", "title": "positions cursor relative to closest node, not SourceElement" }, { "ancestorTitles": [], "duration": 0.8140830000047572, "failureMessages": [], "fullName": "keeps cursor inside formatted node", "numPassingAsserts": 0, "status": "passed", "title": "keeps cursor inside formatted node" }, { "ancestorTitles": [], "duration": 1.9129390000016429, "failureMessages": [], "fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation", "numPassingAsserts": 0, "status": "passed", "title": "doesn't insert second placeholder for nonexistent TypeAnnotation" }, { "ancestorTitles": [], "duration": 1.071644000010565, "failureMessages": [], "fullName": "cursorOffset === rangeStart", "numPassingAsserts": 0, "status": "passed", "title": "cursorOffset === rangeStart" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 58, "numPendingTests": 0, "perfStats": { "start": 41045.815607000026, "end": 43188.87655300001, "runtime": 2143, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 27, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6321720000123605, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.9049939999822527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.4409149999846704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8618520000018179, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7761520000058226, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7678760000271723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.2832589999889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.62165999994613, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.555799999972805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6730289999977686, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.654023999988567, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 2.3425619999761693, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.805928000016138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.735365999978967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7198070000158623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.099692999967374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.20077499997569, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.59670500003267, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.8425259999930859, "failureMessages": [ "valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 2.1042170000146143, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.3583709999802522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7848489999887533, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7001600000075996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.6842799999867566, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 54.61009599996032, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 54.868923000001814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 54.95646899996791, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.618276999972295, "failureMessages": [ "valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.6263729999773204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.1811499999603257, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7700300000142306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6952399999718182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6909819999709725, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.631827000004705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.81750299996929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 54.765718000009656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6550649999990128, "failureMessages": [ "valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.5218870000098832, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.182081000006292, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.749311999999918, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.7367080000112765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6725979999755509, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 54.17311799997697, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 54.698930000013206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 55.30363400001079, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 0.45851799997035414, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.16070199996466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.00395300000673, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 55.13000000000466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.28210700000636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 54.295456999971066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 55.75386500003515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.1606820000452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.089326999965124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 0.4241840000031516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 55.77692500001285, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 55.08713200001512, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.85848699999042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 55.13264299998991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.227553999982774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.99923999997554, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 55.41251100000227, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 54.52338900003815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 69, "numPendingTests": 0, "perfStats": { "start": 43219.210953, "end": 43825.768672000035, "runtime": 607, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 63, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 1.3523900000145659, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8711199999670498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.7645609999890439, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8113279999815859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8480770000023767, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.912828000029549, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7964410000131465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8076710000168532, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7072030000272207, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8949639999773353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.9206329999724403, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8349419999867678, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.7260779999778606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.6520600000512786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8236410000245087, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7274810000089929, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6891290000057779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7094780000043102, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6319419999490492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6832079999730922, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6585520000080578, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6658160000224598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6592630000086501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6753230000031181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.672848999965936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7440320000168867, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6755639999755658, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6809539999812841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6529510000254959, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7346639999886975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7091660000151023, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6656649999786168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6678500000271015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6201410000212491, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7592200000071898, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7475289999856614, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7095679999911226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6900000000023283, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6326540000154637, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7503839999553747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7334419999970123, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6787599999806844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6521500000380911, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6132879999931902, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7164800000027753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7092069999780506, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6587329999892972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6671280000009574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7136550000286661, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7198070000158623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.40199199999915436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.139521999983117, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7452240000129677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7685780000174418, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 54.636874999967404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.43291999999200925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 1.2158550000167452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.9146820000023581, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 54.834184999985155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 55.412886999954935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.4578869999968447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 1.105398999992758, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.7854300000471994, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 55.4946040000068, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 57.354795999999624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.6355489999987185, "failureMessages": [ "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 1.1408139999839477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.8488369999686256, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7653920000302605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 56.16481299995212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 284, "numPendingTests": 0, "perfStats": { "start": 43871.93205500004, "end": 59826.62804500002, "runtime": 15955, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.4185929999803193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.80134100001305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.29835900000762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.76470400003018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.54811699996935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.19537000003038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.890552999975625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.18662900000345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.3877710000379, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.46621199999935925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.655014999967534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.788071000017226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.8670689999708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.32477399997879, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.028508999967016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.8507179999724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.00193800003035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.827922000025865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.7948169999872334, "failureMessages": [ "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.71963700000197, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.817531000007875, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.736387000011746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.14458199997898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.940643000009004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.55825000000186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.3477229999844, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.80627900001127, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.5838320000329986, "failureMessages": [ "snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.562701000017114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.14035900001181, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.24289300001692, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.526280000049155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 53.671602999966126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.41548199998215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.51098299998557, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.52871599997161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.49138900003163144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.808168999967165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.34739000000991, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.577957000001334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.813562999945134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.91376399999717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.22905999998329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.470854999963194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 53.95866300002672, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.40437599999131635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.37152599997353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.18606400000863, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.91036100004567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 53.699013000004925, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 53.354916999989655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 53.84987099998398, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.260574999963865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.00260100001469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.43092600000090897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.085255999991205, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.10746600001585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 53.788821000023745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.05653200001689, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.5529530000058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.7199729999993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.177419999963604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.31964900001185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.5380369999911636, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.25086299999384, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.74580299999798, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.30017900001258, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.23395900003379, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.196694000042044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.31000599998515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.042886000010185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.71839599998202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4359149999800138, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.914961000031326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.457683000015095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.2617559999926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.86190899997018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.40574499999639, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.3399029999855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.25978100002976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.83333000005223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.41955499997129664, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.870332000020426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.86651600000914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.62313800002448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.86259500001324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.94053800002439, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.73312900000019, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.3421710000257, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.87245200003963, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.4363959999755025, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.159500999958254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.72580700000981, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.6527739999583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 58.765252999961376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 59.772870999993756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.546266000019386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.598134999978356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.75045900000259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.4301349999732338, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.13340099999914, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.400015000021085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.13114599999972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.02131899999222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.13600599998608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.54979600000661, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.03526200004853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.0763019999722, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4355849999701604, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.977697999973316, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.69912900001509, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.33665800001472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.10954600002151, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.20923800003948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.578552999999374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.5505739999935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.58171500003664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.436956999998074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 57.26242799998727, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.40391300001647, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.624832000001334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.38249599997653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.353095999977086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.2635790000204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 69.19061200000579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.60520400002133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.5181790000060573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.25469999999041, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.732476000033785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.76907600002596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.861473999975715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.431047999998555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.91774899995653, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.585990000050515, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.922183999966364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.4231409999774769, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.67184800002724, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.27696400001878, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.07626800000435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.57239099999424, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 53.58053199999267, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.57300800003577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.85706199996639, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.96323300001677, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.44451200001640245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.90893799997866, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.91065199999139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.78722499997821, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.24402700003702, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.47985000000335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 53.56277899997076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.845177999988664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.85720600001514, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.4380799999926239, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.299452999955975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.17497799999546, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.74505100003444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.84583599999314, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.00944600004004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.44424300000537, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.82990999997128, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.749285999976564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 0.687807000009343, "failureMessages": [ "snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.770850000029895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.76421599998139, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.136641999997664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.922016000025906, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.10690400004387, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.83712599996943, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.28875900001731, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.53430100000696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 0.6050020000548102, "failureMessages": [ "snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.70517200004542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.33260799996788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.77570899995044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.12570999999298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.22793900000397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.19772200001171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.24472399998922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.176742999989074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 0.4348829999798909, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.05932900001062, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.44696099997964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 53.60513099998934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.001275999995414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.73054899997078, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.038036999991164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.163896000012755, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.56283000000985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 0.4966790000326, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.50219199998537, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.034642999991775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.17193200002657, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 53.977549999952316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 53.936745000013616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.30355899996357, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.58692199998768, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.615279000019655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 0.42524500004947186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.683038000017405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.99541099998169, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.908445000008214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.33573599997908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.00315300002694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.70606299996143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.22453300002962, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.725276999990456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 0.4536490000318736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.26983800000744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.49266600003466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.66195499995956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.17368299997179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.30803399998695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.49175699998159, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.211951999983285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.34847600001376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 0.4383599999709986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.56441699998686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.020061999966856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.70312100002775, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 54.27725699997973, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.92100400000345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.48212000000058, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.28576300002169, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.53160799999023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 0.5030609999666922, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.9813139999751, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.77209100004984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.21892700000899, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.378344999975525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.60921399999643, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.17336100002285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.36458400002448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.5414869999513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 0.48895500000799075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.811398999998346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.396535000007134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.18815000000177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.741651999996975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.01615199999651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.53376699995715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.26461199996993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.511999000038486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 0.3971629999577999, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.72160900000017, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 56.29208999994444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.365881000005174, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.977152000006754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 57.04620400001295, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.80775000003632, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.83012900000904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 56.166119000001345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 0.44446099997730926, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.348484999965876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.250301000021864, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.444598000030965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.9735900000087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.842958999972325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.01359799999045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.60305600002175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 54.49448100000154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 0.42652799998177215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.72817000001669, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.97820000001229, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.608181999996305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.12371199997142, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.65635699999984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.910463999956846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.97569900000235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.170398999995086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 0.4224500000127591, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.51775599998655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.569533000001684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.537848000007216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.17709799995646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.943677000002936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.12763200001791, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 53.75327799998922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.28548099996988, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 0.49890300002880394, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 56.90785499999765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.93155499995919, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.522340000025, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.03357999998843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.89230999996653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.13131799997063, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.143612000043504, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.33643200004008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 59860.60440400004, "end": 61114.41841000004, "runtime": 1254, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 33, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.5077399999718182, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.186086000001524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.532906999986153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8563819999690168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8418250000104308, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 54.93661999999313, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.47995499998797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.6549559999839403, "failureMessages": [ "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,13 +11,13 @@\n import * as bar from \"bar.json\" with { }\n import * as baz from \"baz.json\" with { /* comment */ }\n \n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" with {};\n + export * as baz from \"baz.json\" with { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" with {};\n + import * as baz from \"baz.json\" with { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 6)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 2.5581750000128523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.082806000020355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.7906789999688044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0367800000240095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.21090499998536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.054123000008985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4316879999823868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.4312580000259914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.8789949999772944, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7763929999782704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7337429999606684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.0458000000217, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 56.013306999986526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4578859999892302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.390220999950543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.8503310000523925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7436120000202209, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7537100000190549, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.177748000016436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.41207299998496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.43573600001400337, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.8464140000287443, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.055164999968838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7669450000394136, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7509449999779463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.67184800002724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.99622999998974, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.43133699998725206, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.5847950000315905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.8576439999742433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.786069999972824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7313480000011623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.93252799997572, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.25407800002722, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.4146850000252016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.5617719999863766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.1676340000121854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.8419149999972433, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7077140000183135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.768192999996245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 54.97160799999256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 272, "numPendingTests": 0, "perfStats": { "start": 61166.26867399999, "end": 79265.85311000003, "runtime": 18100, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 32, "unmatched": 16, "updated": 0, "uncheckedKeys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary.js" ], "duration": 0.452525999979116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 68.05812599998899, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.6909760000417, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.49776999995811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.39557599998079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.52239100000588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.26686899998458, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.65461399999913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.40526700002374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 0.669071999960579, "failureMessages": [ "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.204214000026695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.13032100000419, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.488563999999315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.603286000026856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.387845999968704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.23470600001747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.20177899999544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.557230000034906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 0.5419940000283532, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 114.99256300000707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 97.02084900002228, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 72.97153899999103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 72.07430899998872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 82.94383800000651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 72.64993800001685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 77.72805499995593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 77.20382599998266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.8945040000253357, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 90.92343999998411, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 68.540663999971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.873179999995045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.49777299998095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.0675629999605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 70.89162199996645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.31322899996303, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.572286000009626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 0.7293039999785833, "failureMessages": [ "nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 64.74949299998116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 64.77588500001002, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 58.2344119999907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 57.93230200000107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 57.940271999977995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.55127100000391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.910242999962065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.073540000012144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 1.3782590000191703, "failureMessages": [ "nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 89.4875030000112, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 80.68130899994867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.63165399996797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 71.4161750000203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.5006009999779, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.79988900001626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 90.15611400001217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.35972800001036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.5388880000100471, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.746770999976434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.37165799998911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.07366500003263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 55.73853599996073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 55.1244660000084, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.0813789999811, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.856039999984205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.267070000001695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.5080399999860674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.902422999963164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.545701000024565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.99595599999884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.82885500002885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.87654600001406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.15941299998667, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.52358899998944, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.012214999995194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 0.5338389999815263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 63.221291000023484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.36037300003227, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.87755999999354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.73572699999204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 57.83195500000147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.146746000042185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.260563000047114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.119963000004645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 0.7466470000217669, "failureMessages": [ "func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.54686399997445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.48854900000151, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.58242600003723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.294524000026286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.438497000024654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.32245000003604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.62621799996123, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.527497999952175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 0.5280669999774545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 103.51229799998691, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 86.282302000036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 73.47688799997559, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 72.32677099999273, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 69.27708700002404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 71.44599300000118, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 72.68998599995393, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 73.17886200000066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 7.182857999985572, "failureMessages": [ "indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 75.36707500001648, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 67.852184999967, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.071590000006836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.57302200002596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.43289100000402, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.04063699999824, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.21579500002554, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 62.05562999995891, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 0.6684910000185482, "failureMessages": [ "nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 59.950416999985464, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.75695499998983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.505661999981385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.40935299999546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.580985000007786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.405591000046115, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 58.32476600003429, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.672675999987405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 1.2079999999841675, "failureMessages": [ "nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 77.17138800001703, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 70.48744499997701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.23759399994742, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 68.97789599996759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.51476600003662, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 66.25413999997545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.20166399999289, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 66.50395100004971, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 0.46090199996251613, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.138022000028286, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 60.534006000030786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.13111700001173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.525961000006646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.27421000000322, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.30192800000077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.45981299999403, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.72283799998695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 0.44149599998490885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.05972399999155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.83728199999314, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.08741199999349, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.76512499997625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.59784699999727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.968539000023156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.23799799999688, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.95590100000845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 0.4542799999471754, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.897998000029474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.12579600000754, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.29137200000696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 57.72376299998723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 56.127179999952205, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.29258499998832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.87902699998813, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.27496899996186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 0.624208000022918, "failureMessages": [ "func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.62718399998266, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.42585300002247, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.34979500004556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.55040500004543, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 54.82058500003768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 67.78063199995086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.33719600003678, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.486387000011746, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 0.6215130000491627, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 95.05684700002894, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 79.41047400003299, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 66.76115699997172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 69.39558800001396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 70.19179999997141, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 77.83757099998184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 72.54393399995752, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 74.75993599998765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 0.8966179999988526, "failureMessages": [ "indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 71.73663699999452, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 67.45101800002158, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.81405799998902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 59.93576100002974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 60.777564999996684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.41197199997259, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.40029299998423, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 61.54055400000652, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 0.7262679999694228, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.1298109999625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.90756699995836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.140185999975074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.95914499997161, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 56.03240200004075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.058984000002965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.60519999999087, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.547958000039216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 1.3502670000307262, "failureMessages": [ "nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 82.78989000001457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.58220399997663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 62.87024499999825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 64.10673700005282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 63.836261999967974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.74499599996489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 66.29686399997445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 71.12562000000617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 0.4504620000370778, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 57.989678999991156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.97669700003462, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.302127000002656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.58530699997209, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.04463100002613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.11914800002705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.05298700003186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 56.05226899997797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 0.51564400002826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.34632700000657, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.851081000000704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.458686999976635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.25781400001142, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 57.63422000000719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.487120000005234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.40473900001962, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.55860499996925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.5200020000338554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.789772999996785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.74329499999294, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.36160000000382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.760147999972105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.38583100005053, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.53749299998162, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.67188499995973, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.96121499995934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6296480000019073, "failureMessages": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.893258000025526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.1568130000378, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.64419100002851, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.775322999979835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.402101999963634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.55390400002943, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.59187900001416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 55.89742400002433, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.574555000057444, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 89.69146299996646, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 76.55868199997349, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.55477599997539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.54189500003122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.15999000001466, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 70.42040599999018, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 77.05055600003107, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.79979199997615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.8640359999844804, "failureMessages": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.3763119999785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.132780999992974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.568169000034686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.98419799999101, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.87679000000935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.09413499996299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.35093600000255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.403905000013765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6711959999520332, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.5618250000407, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.05829300003825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.05897899996489, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.57620399998268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.900170999986585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.833242999971844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.35648099996615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.647277000010945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.66412400000263, "failureMessages": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 83.79049499996472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 70.94226799998432, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.82625599997118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.49968299997272, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.05607200000668, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.99522799998522, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.3082970000105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.88998800003901, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.45187600003555417, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.31403700000374, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.680813000013586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.41412800003309, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.597769999993034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.86649500002386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.10424299997976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.74273300002096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.8123810000252, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.509392999985721, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.37133500003256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.59230900002876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.32794399996055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.11223699996481, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.98532300000079, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.11410499998601, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.45221900002798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.64931499998784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 99, "numPendingTests": 0, "perfStats": { "start": 79340.12275899999, "end": 84905.32840700005, "runtime": 5565, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js" ], "duration": 0.4541600000229664, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.74657799996203, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 58.98092499998165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.37587899999926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 55.83719900000142, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.67761700000847, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.53540500003146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.09126599994488, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.487395000003744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 0.4585879999794997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.8931899999734, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.849550999933854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 54.682478999951854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 54.50583199993707, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.05622200004291, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.91630600008648, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.76312999997754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.270856000017375, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 0.43251900002360344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.627273999969475, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.04158499999903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.31500499998219, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.20976200001314, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.91407500009518, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.21467000001576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.24638300004881, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.31804799998645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 0.4138449999736622, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 56.44091700005811, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 56.161819000029936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.90008700010367, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.34494600002654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.63171899993904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.20029800001066, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.165290000033565, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.730774000054225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 0.4670740000437945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.52383700001519, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.54336600005627, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.2642830000259, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.38321400003042, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.31434700009413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.101632999954745, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.453183999983594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.292589999968186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 0.4169599999440834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.54796899994835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.107205000007525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.84441000001971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.28050799993798, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.50861099991016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.04075499996543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.53577200009022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.76080599997658, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.47079099994152784, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.09725099999923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.021640999941155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.159175999928266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.54953399999067, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.363000999903306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.55178899993189, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.85509700002149, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.62106799997855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4209079999709502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.14399400004186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.52178500010632, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.244112999993376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.87647200003266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.66296399990097, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.6734090000391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.02043999999296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.0196050000377, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.2756250000093132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.72157799999695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.116729999892414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.057493999949656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.726415999932215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.0953069999814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.40769499994349, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.892075999989174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.23764199996367, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.2768680000444874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.25268000003416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.67616200004704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.585298000019975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.20760799990967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.3775640000822, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.59107700001914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.14986999996472, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.857347000041045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3099189999047667, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.24393100000452, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.63357900001574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.44542000000365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.81653899990488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.67812000005506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.61652999999933, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.51490399998147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.21527000004426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 55, "numPendingTests": 0, "perfStats": { "start": 84941.01009600004, "end": 86926.28844599996, "runtime": 1985, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.48314300004858524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.58041900000535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.5708080000476912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.9116749999811873, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.9202519999817014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.37546899996232, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 56.73928000009619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.8363339999923483, "failureMessages": [ "empty.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -10,13 +10,13 @@\n import * as foo from \"foo.json\"\n import * as bar from \"bar.json\" assert { }\n import * as baz from \"baz.json\" assert { /* comment */ }\n =====================================output=====================================\n export * as foo from \"foo.json\";\n - export * as bar from \"bar.json\";\n - export * as baz from \"baz.json\" /* comment */;\n + export * as bar from \"bar.json\" assert {};\n + export * as baz from \"baz.json\" assert { /* comment */ };\n \n import * as foo from \"foo.json\";\n - import * as bar from \"bar.json\";\n - import * as baz from \"baz.json\" /* comment */;\n + import * as bar from \"bar.json\" assert {};\n + import * as baz from \"baz.json\" assert { /* comment */ };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 9)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.50985600007698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.462444999953732, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.8049259999534115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.033644000068307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.46257500001229, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.916749999974854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4477479999186471, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 56.964949000044726, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.1141549999592826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7645100000081584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.6995090000564232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.37362500000745, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.32564000005368, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4525760000105947, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.62944399996195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.1442699999315664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.76375900011044, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7310469999210909, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.886495000100695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.475467999931425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 0.45134400005917996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.43032199994195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 54.97868699999526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.43958499992732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 56.39067300001625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.906137999962084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 55.907720000017434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.4462150000035763, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.61532199999783, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.3272029999643564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.8033629999263212, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.742619999917224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.14596699993126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 56.76672100008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.5267660000827163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.7478650000412, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.1112880000146106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7627169999759644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7296039999928325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.877814000006765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.2630829999689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.44900000002235174, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.730142000014894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.0821640000212938, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7815620000474155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7058599999872968, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.651899999938905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.984182999935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 41, "numPendingTests": 0, "perfStats": { "start": 86964.19238200004, "end": 87960.57025300001, "runtime": 996, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 31, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-binding.js" ], "duration": 0.4580969999078661, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 57.911283000023104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 56.28574500000104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.391629999969155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.198680000030436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.6665270000230521, "failureMessages": [ "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 1.2055849999887869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.8094039999414235, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7231830001110211, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 55.863552000024356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.4736160000320524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 1.238757999963127, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.8161059999838471, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.7996859999839216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 56.03884299995843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.6557669999310747, "failureMessages": [ "import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 1.12736899999436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7498630000045523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7108599999919534, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 54.573303000070155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6264509999891743, "failureMessages": [ "import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.0222319999011233, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.7307169999694452, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.5360840000212193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 55.26637000008486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.4490300000179559, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.090470000053756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7813920000335202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7235240000300109, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 56.295312999980524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.6348580000922084, "failureMessages": [ "import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 1.0409569999901578, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7385919999796897, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7079750000266358, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 55.368280000053346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.5926589999580756, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.774699000059627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7044080001069233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6786200000206009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7825230000307783, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7454640000360087, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6464599999599159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6651640000054613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6233759999740869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7103489999426529, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 153, "numPendingTests": 0, "perfStats": { "start": 88002.41577199998, "end": 96502.82815900003, "runtime": 8500, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.30771500000264496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.83331200003158, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.31828399992082, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.114290999947116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.91723899997305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.91184199997224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.15044800005853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.69661899993662, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.75485199992545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.32626999996136874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.60173200001009, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.68662100005895, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.658277999958955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.96080899995286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.5918079999974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.61702000000514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.78347299993038, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.636843999964185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3345759999938309, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.97750999999698, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 75.20270000002347, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.4050279998919, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.3488799999468, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.20418699993752, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 53.90178700000979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.46439000009559, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.132450000033714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.3907009999966249, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.188174000009894, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.421308999997564, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.283912000013515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.336082999943756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.47738900000695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.55366299999878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.84595300001092, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.62193499994464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.30770600005052984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.77749199990649, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.41710399999283, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.140700999996625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.3187260000268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.17041200003587, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.44285799993668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.46737700002268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.11976000003051, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.2995200000004843, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.46469900000375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.33319999999367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.62096700002439, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.308755000005476, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.87187300005462, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.37830400001258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.88913399993908, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.936745000071824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.29050400003325194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.05883300001733, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.91498100000899, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.871947000036016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.78968000004534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.11695900000632, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.051129000028595, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.455352000077255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.56881700002123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.47910700005013496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.269404000020586, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.71307500009425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.05257599998731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.4980579999974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.049454000080004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.560460999957286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.528985999990255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.34016599995084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4329600000055507, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.03634500002954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.641072000027634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.279839999973774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.375568000017665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.829158000065945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.90849199995864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.70831699995324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.88549400004558, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.4597000000067055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.62172600009944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.39016100007575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.36248200002592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.4473289999878, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.35151399997994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.38831399998162, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.000635000062175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.94141599989962, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.4929520000005141, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.07646000001114, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.57337500003632, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.42858199996408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.08694999990985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.26207399996929, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.62187000003178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.622781000100076, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.01354700000957, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.438579999958165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.320792000042275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.60769299999811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.95519500004593, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.07094800006598, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.2443000000203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.54821300006006, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.69906000001356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.547821999993175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.49879199999850243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.4694610000588, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 57.93944400001783, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.45876700000372, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.294791999971494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.58673199999612, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.79186800005846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.01342700002715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.67425399995409, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.5215560001088306, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.5460449999664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.51684399996884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.36606999998912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.490925000049174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.045833000098355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.99848600011319, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.15004700003192, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.40187900001183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.44152499991469085, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.60818400001153, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.783769999979995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.99642900004983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.72060500003863, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.914974999963306, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.6517659999663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.240961999981664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.54684999992605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.47854499996174127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.138295999960974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.69431000004988, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.87456800008658, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.46633299998939, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.29155899991747, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.97747799998615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.02868699992541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.36838200001512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 0.4361849999986589, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.41913699998986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.049368000007235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.3730809999397, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.00301800004672, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.70786600001156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.32855700002983, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 58.14695299998857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.45187500002794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 158, "numPendingTests": 0, "perfStats": { "start": 96550.88965300005, "end": 103461.30439000006, "runtime": 6910, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 58, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "basic.js" ], "duration": 0.4420460000401363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.141687000053935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.33380100002978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.4784539999673143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 0.9504469999810681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.713330000056885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.037106000003405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4602510000113398, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 56.081185000017285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 56.4173609999707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.178232999984175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8070590000133961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.506690000067465, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.89401899999939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.4783649999881163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.11811799998395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 54.85065899998881, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1247530000982806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7324700000463054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.79170699999668, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.564923999947496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 0.4337509999750182, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.69526700000279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.180878999992274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.422527999966405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.77804300002754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.970558000029996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.448494000011124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 57.22851000004448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 0.4327699999557808, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.35983500001021, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.95149800006766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.797247000038624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.60349400003906, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.69881700002588, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.11586699995678, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.64361500006635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.47155200003180653, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 57.50731600006111, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 56.29303499998059, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 1.145602999953553, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.8326380000216886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.81694399996195, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.84442099998705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.45795700000599027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.93715700006578, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 54.99561700003687, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 1.2831310000037774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.7988140000961721, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 56.27934999996796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 56.158229999942705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.42732000001706183, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.480291999992914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.32417199993506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 1.1346620001131669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.7452139999950305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 54.49899100000039, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 54.99336399999447, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.4145550000248477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 54.91731799999252, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 55.78957400005311, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 1.2167060000356287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.8013290000380948, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.161071999929845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 57.35836600000039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.4350139999296516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.74259299994446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 56.54912400001194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 1.182122000027448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.7826549999881536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 56.46145800000522, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 54.85539100004826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.4571449999930337, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.35358200001065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.133596000028774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 1.153087000013329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.7814019999932498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.319224999984726, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.75074000004679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.5169780000578612, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.33091500005685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 54.59490100003313, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 1.2853139999788254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.9273640000028536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.60274699993897, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 55.85420800000429, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.45551199989859015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.7133160000667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.37568699999247, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 1.1611719999928027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.7930840000044554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.61409799999092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.69372199999634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.43627599999308586, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.53234400006477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.23920299997553, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 1.1286219999892637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.8175490000285208, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 55.20614799996838, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.89274199993815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 0.43808899994473904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.2826800000621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.49961800000165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.616505999933, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.304188000038266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.04319400002714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.37888999993447, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.23020800005179, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 0.5360530000180006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.12946099997498, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.44303300010506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.77853300003335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.74331399996299, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.60965999995824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.93491300009191, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.65210299997125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4494910000357777, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.728547000093386, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 55.57433800003491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 1.1622340000467375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.7699009999632835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 54.91119700006675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.186593000078574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.4258569999365136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.983604999957606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.322772999992594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 1.140453000087291, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.7765130000188947, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.05019199999515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.81742400000803, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.4906579999951646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.16653899999801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 55.64742499997374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 1.2323450000258163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.7896479999180883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 55.46885000006296, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.35981699998956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.4356350000016391, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.62263499991968, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.06927899993025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.5176689999643713, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.1182719999924302, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.811697000055574, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.34945800004061, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.36322000005748123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 57.95396499999333, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 56.551696000038646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 1.3728180000325665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.8675630000652745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 55.479297999991104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 56.78671099990606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.4943549999734387, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 60.265245000016876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 58.103426999994554, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 1.2029399999883026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.8051359999226406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.98614400008228, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.93039100000169, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 26, "numPassingTests": 820, "numPendingTests": 0, "perfStats": { "start": 103517.59499799996, "end": 152210.45804499998, "runtime": 48693, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 78, "unchecked": 0, "unmatched": 26, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.44017399998847395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.08301000006031, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.18956700002309, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.84872699994594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.02759800001513, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.244522000080906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.01316700002644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.18155400000978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.86761299998034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.4453220000723377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.33146199991461, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.19276600005105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.17609800002538, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.44774099998176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.944776999996975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.3299859999679, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.90561399993021, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.78768199996557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 0.4309969999594614, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.61473199992906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.98335400002543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.56067700008862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.51605999993626, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.373987999977544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.834550000028685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.19860699994024, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.83840699994471, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 0.4469960000133142, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.96946399996523, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.533002999960445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.824097000062466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.206869999994524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.75790299999062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.999458999955095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.19342699996196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 57.303469000034966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 0.4236129999626428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.66467799991369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.702206999994814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 59.02904799999669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.57715300004929, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.39821999997366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.661500000045635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.57390399998985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.27665799995884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 0.43948200007434934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.318184999981895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.441542999935336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.214732000022195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.62841800006572, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.46989399997983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.52954400004819, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.64121899998281, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 55.418783999979496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 0.44167600001674145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 77.56728299998213, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.08093000005465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.65585600002669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.783829000080004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.44454699999187, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.96676600002684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.9205409999704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.55543700000271, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 0.43547500006388873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.44222699990496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 59.74051600007806, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.82100600004196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.268038999987766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.15801900008228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.02417900005821, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.41236099996604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 57.13341499993112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 0.667678999947384, "failureMessages": [ "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.39417899993714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.35771500004921, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 55.89146399998572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.09981100005098, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.33358600002248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.163669999921694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.08720700000413, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.02020700008143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 0.4348539999919012, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.60135400004219, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.74511499993969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 57.26518600003328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 55.23444599995855, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 56.572430999949574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 57.029289999976754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 61.530433999956585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 56.96264199994039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.43548400001600385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.103067000047304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 57.201095000025816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.43536300002597, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.613486000103876, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 55.35849999997299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.19863699993584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.15992000000551, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.52137999993283, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 0.5065579999936745, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.11115700006485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.82198500004597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.79309600009583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 55.637772000045516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.64627499994822, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 57.0485359999584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.760780999902636, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 56.95793799997773, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 0.4307760000228882, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.562433000071906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.03734399995301, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.93644600000698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.41153399995528, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.79140400001779, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.98327900003642, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 55.91937399993185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.40245699998923, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 0.43724800006020814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.418416000087745, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.75649599998724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.16506200004369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.65413200005423, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.49718900001608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.86202099989168, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.38064300001133, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.43886999995448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 0.43908099993132055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.804105999995954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.96372500003781, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.62523800006602, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.82181200000923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.81084099994041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.576043000095524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.329139000037685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.31083099998068, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 0.441495000035502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.66045099997427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.181868999963626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.67422899999656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.759020000114106, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.420659000054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.494165000040084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 58.321457000100054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.29897699994035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 0.6541939999442548, "failureMessages": [ "empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.2428479999071, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.79107200005092, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.12250399996992, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.46213399991393, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.868007000070065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.504517999943346, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.955681000021286, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 56.83315500000026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 0.4453830000711605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 60.51758400001563, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.20356199995149, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.66232100001071, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.509126999997534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.74041099997703, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 59.631927000009455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.21449600008782, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.50634199997876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7347440000157803, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.76470099994913, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.779678999911994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.59986700001173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.30786100006662, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.866075000027195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.602080999989994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.09106700005941, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.320194000029005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 0.41786200006026775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.42240200005472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.81759799993597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.484960999921896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 57.18446999997832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.895644999924116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.670047000050545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.871959000010975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.685812999960035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.44629500003065914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 101.5192050000187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.84807700000238, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.222360000014305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.630884999991395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 67.53042100009043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 63.70745900005568, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.77677899994887, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.2836730000563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.5991009999997914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 62.35231200000271, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.78565099998377, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.845215999986976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.12265600007959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.351123000029474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.767445000004955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.99401099991519, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.99353400000837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 0.44322900008410215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 60.4872289999621, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.95644599990919, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.46779400005471, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.29795000003651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.55501899996307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.99637700000312, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.824951000045985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.17633000004571, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 0.6582619999535382, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js" ], "duration": 71.42640100000426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 66.12450800009537, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.952983000082895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 76.69377800007351, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 60.737379999947734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.80068200000096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.5522040000651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.455712000024505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 0.8093250000383705, "failureMessages": [ "jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.65332399995532, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.33594599994831, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.510410999995656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.374270000029355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.723925000056624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.00024099997245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.47136500000488, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.70946499996353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 0.6692829999374226, "failureMessages": [ "jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.30008399998769, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 60.74791700008791, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.48368099995423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.41860099998303, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.224436999997124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.92121100006625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.188724000006914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.86522200005129, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 0.4313279999187216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.52660099999048, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.17429999995511, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.12771100003738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 55.75085800001398, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.53371799993329, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 59.263995000044815, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.777415000018664, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.9653990000952, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.46027100004721433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 69.37450599996373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 67.9655859998893, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.849490000051446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.659871999989264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 87.59806800005026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.45148300006986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.16185499995481, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.58796500007156, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 0.6211630000034347, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 63.38098999997601, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 60.566061999998055, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 56.80655000009574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.46848100004718, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 63.35583699995186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.88104200002272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.755279999924824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 57.8747849999927, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 0.4334309999831021, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.83767799998168, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.39481000008527, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.286660999991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.94813799997792, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.320638999924995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.69809899991378, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.19497000006959, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.81317300000228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 0.4394719999982044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.46001699997578, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 57.75208000000566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.28434900008142, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.62658699997701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.60326200001873, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.76409299997613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.02469099999871, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.00774899998214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 0.7503339999821037, "failureMessages": [ "multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.92295999999624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.834965999936685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.32909400004428, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.59174000006169, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.359686999931, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 56.933632000000216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 70.14760500006378, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 62.861004999955185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 0.43840999994426966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.89630500006024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.87954200000968, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.66199599998072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.833257999969646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.86810000007972, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.57410299999174, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.82407500001136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.38352399994619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 0.44162599998526275, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.69735899998341, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.084244999918155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.45171599998139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.68693800002802, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.9829519999912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.98096199997235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.67691499995999, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 55.6650489999447, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 0.9614199999487028, "failureMessages": [ "return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 78.35927699995227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 67.6346650000196, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 62.348240000079386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.68394699995406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 60.654466999927536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.611354000051506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 62.854874999960884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.407122000004165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 0.5051049999892712, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.94895899994299, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.15020000003278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.6851509999251, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 55.373729999992065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 54.8636660000775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 54.84377100004349, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.39100800000597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.73499999998603, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.45878899993840605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.015435999957845, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.47349299991038, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.66534199996386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.51745000004303, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.289655999979004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.21821399999317, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.03606900002342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.60751200001687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 0.7370180001016706, "failureMessages": [ "tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 58.03930900001433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.77089699998032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.56267699995078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.661657999968156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.9885629999917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.34643200004939, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.58840999996755, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.54443899996113, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 0.43367099994793534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.217170000076294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.975390000035986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.73097799997777, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.716864000074565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.360524000017904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.41606000007596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.86826499993913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.21890499989968, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 0.8082119999453425, "failureMessages": [ "trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 65.81393100006972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 66.44880600005854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.216278000036255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.25529000000097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 57.855507000000216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.478246000013314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.602107999962755, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.79369600000791, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 0.653753999969922, "failureMessages": [ "trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.82620700006373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.99218900001142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.48139600001741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.8265759999631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.77890599996317, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 54.77631200000178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.539759000064805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 80.02562099997886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.47402599989436567, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.09607000008691, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.948540000012144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 55.672331999987364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.20439900003839, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.46090700000059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.186693000025116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.809806999983266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.123066999949515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7052799999946728, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.1508949999697506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.021352000068873, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.0928550000535324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8348419999238104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.0489929999457672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.85708699992392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.220046999980696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.614784999983385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 0.4617139999754727, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.92272899998352, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.18494499998633, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.14222899999004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.64214999997057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 58.55618600000162, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.630361999967135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 61.29415199998766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.50381899997592, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 0.4591389999259263, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.143279999960214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.99014899996109, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.62006700003985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.21009399998002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.035652999999, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.07978899998125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.92353000002913, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.36497400002554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.6712459999835119, "failureMessages": [ "snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.42217300005723, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.99606799997855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.12229099997785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.79111999995075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.583375999936834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.066414000000805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.35525099991355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.23389400006272, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.6236760000465438, "failureMessages": [ "snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.724067999981344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.83670599991456, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.018019999959506, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.65301999996882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.79558699997142, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.90779800002929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.11960600002203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.19870499998797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 0.43204800004605204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.13030899991281, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.427448000060394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.671962000080384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 56.51532500004396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.13946600002237, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.46967300004326, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.09408000006806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.82856599998195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 0.49615799996536225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.38976199994795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.28727800003253, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.365373999928124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.09469099994749, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.98949800000992, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.049264000030234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.042751000029966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.15656000003219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 0.43455299991182983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 58.42718400002923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.28233499999624, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.50909200008027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 54.953637000056915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.626077999942936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.92473299999256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.882332000066526, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.08319999999367, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 0.44511299999430776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.12769700004719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.77824300003704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.59398100001272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.562368000042625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.01869200007059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 61.56230200000573, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.55156900000293, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.62724200007506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 0.4243430000497028, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 67.20287400006782, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.00063100003172, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.1695409999229, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.244172999984585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.720917999977246, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.6680720000295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.36356600001454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.81243499997072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 0.438179999939166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 57.667174999951385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.10789199999999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.976928999996744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 57.027835999964736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.867838999954984, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 55.77398900000844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.576193000073545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.8101500000339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 0.5247710000257939, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 61.5764869999839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.615153000107966, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 57.879294999991544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.33863000001293, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.275818999973126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.969639000017196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 57.26210799999535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.7876989999786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 0.4420580000150949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.72510899999179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.711280999938026, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.345902999979444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 54.577887999941595, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.41934999998193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 68.12724400009029, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.33258599997498, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.62006599991582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 0.7331119999289513, "failureMessages": [ "break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.55958799994551, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.04838599998038, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.428932999959216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.405691999942064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.139176000026055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.0930459999945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.40693499997724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.15640400000848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 0.431658000103198, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 82.85790499998257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.12353099999018, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.40781100001186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.55603700003121, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.319803999969736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.860283000045456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.16299300000537, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.23271200002637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4763610000954941, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.84493499994278, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.68598700000439, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 57.58949000004213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.23239100002684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.67617600003723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.14165700005833, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.97045399993658, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.54559300001711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 0.5650970001006499, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.34643299994059, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.67966100003105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.98116700001992, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.13240500004031, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 56.27710599999409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.31898499990348, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 57.1068179999711, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.2177199999569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 0.5256339999614283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.86572699993849, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.342168000061065, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.94719700003043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 56.80582000000868, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 58.20983599999454, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.072428999934345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.713453999953344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 57.036690999986604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 0.4632259999634698, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.23936100001447, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.65298700006679, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.02263500005938, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.17529399995692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.708525000023656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.54550200002268, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.99946199997794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.231068999972194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 0.45022299990523607, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.77569400006905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.51979599997867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.29095699999016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.166590000037104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.70999300002586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.06746000004932, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.711386000039056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.17243099992629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 0.4162390000419691, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.57665199995972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.501424000016414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.67499600001611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.223449000041, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.011472999933176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.53481700003613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.057695999974385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 55.594817999983206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 0.7026240000268444, "failureMessages": [ "empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.07388100004755, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.67976400000043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.66975799994543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.995984000037424, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.80328599992208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.06488199997693, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.191469999961555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.509211999946274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 0.4397230000467971, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.5793700000504, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 58.222400000086054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.72686799999792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.729621000005864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.86544700001832, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.153020999976434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 58.455314000020735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 56.99705899995752, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 0.658341999980621, "failureMessages": [ "export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.50210900011007, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 60.58450500003528, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.98917600000277, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.69913299998734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.5786139999982, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 56.25805499998387, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.29272700008005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.967187000089325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 0.4676850000396371, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.91668300004676, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.850969000020996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.78365799994208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.51274400006514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.83520500001032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.89614500000607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.93857699993532, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.08167300000787, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 0.4522659999784082, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 70.76234799996018, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.35142700001597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 60.83294400002342, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 86.29920400003903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 58.75271800009068, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 61.1077519999817, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 61.52038000000175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 62.515247999923304, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 0.4965389999561012, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 62.226777000003494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.53384799999185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.75525300006848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 64.44058499997482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.11404899996705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.655527999973856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.37804799992591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 61.24637799989432, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 0.4442409999901429, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.090593000059016, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.178529000026174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.85169499996118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.60271200002171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 57.453060999978334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.899822999956086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.30580099998042, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.10746700002346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 0.4339519999921322, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 64.93812099995557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 65.53320299996994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 60.42766899999697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 60.90445299993735, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 60.8700859999517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.5729069999652, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.0397149999626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.22635899996385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 0.6669179999735206, "failureMessages": [ "jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.749393000034615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.10073999990709, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.4347200000193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.14999099995475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.702093000058085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.59671700000763, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.456334999995306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.40077900001779, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 0.8039939999580383, "failureMessages": [ "jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 65.86492600000929, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.90997000003699, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.18102700007148, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.96581399999559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.58922799990978, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.41277799999807, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.639409000054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 57.66497399995569, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 0.5285490000387654, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.259619000018574, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.11040900007356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 62.9460609999951, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 57.433672999963164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.15920200000983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 60.35929299995769, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 58.47806100000162, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 57.96873800002504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 0.46611199993640184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 66.7209500001045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 64.0087760000024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.56236700003501, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.457912000012584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 59.24016000004485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.417184000019915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 60.16530400002375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 61.517935999901965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 0.7205280000343919, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.932138000032865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.31337300001178, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 57.20657299994491, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 57.84310399997048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.09260199998971, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.44297999993432, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.027970999944955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 58.0396409999812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 0.4288229999365285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.7731550000608, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.68620999995619, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 55.941150000086054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.24008500005584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.66668799996842, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.28493199998047, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 56.66558100003749, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.38254499994218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 0.4272099999943748, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.23598100000527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.673769999993965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.15015100000892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.80861199996434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.1139930000063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.05867100006435, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 55.876318000024185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.01700599992182, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 0.8603399998974055, "failureMessages": [ "multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 58.43688699998893, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.87604000000283, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 55.94754800002556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.383849999983795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 58.86167899996508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 58.234537000069395, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 60.31655099999625, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 57.95908300008159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 0.43496400001458824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.204120000009425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.42631899996195, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 55.984460999956354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.41805999993812, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.38875399995595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.68737499997951, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 55.947973000002094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.24066100001801, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 0.4385309999343008, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.630279000033624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 55.70785700005945, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.52831199998036, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.12116199999582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.97460799990222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.89879700005986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.920399000053294, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.25404999998864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 1.005150999990292, "failureMessages": [ "return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 84.1734540000325, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.16044199990574, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 60.708717999979854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 61.79999199998565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 61.67099899996538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.87898599996697, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.22571999998763, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 62.23037899995688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 0.5097440000390634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.360758999944665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.094983999966644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 55.94287999998778, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.82274900004268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.86622199998237, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.38862700003665, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.38964300008956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.40111099998467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 0.46851699997205287, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.21609100000933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.50253200007137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.45092100009788, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.57913899992127, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.8925520000048, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.9109719999833, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.264762999955565, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.26607499993406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 0.6253909999504685, "failureMessages": [ "tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.174421999952756, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.07899300009012, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.568222999922, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.11935200006701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 55.687008999986574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.22719300002791, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.640936999931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 55.72271800006274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 0.4475570000940934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.82930600002874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.795735999941826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.20743299997412, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.315895000007, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.462698000017554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 55.60966700001154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.32696400000714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 56.559674000018276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 0.6926159999566153, "failureMessages": [ "trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 88.48900900001172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.35120399994776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.264031999977306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.03579200000968, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.67525299999397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.150459000025876, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.427350000012666, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.507619999931194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 0.7354259999701753, "failureMessages": [ "trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.998992000008, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.35843499994371, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.50002300005872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.14418300008401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.60599299997557, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.72641300002579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.20587700000033, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.61168800003361, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 0.46683299995493144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.444328999961726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.74977699993178, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.562868000008166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.56055399996694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.739984999992885, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.41283199994359, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 57.75384799996391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.85002200002782, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.6424109999788925, "failureMessages": [ "tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 2.9900840000482276, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.786833000020124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.0745399999432266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.8513830000301823, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.0060319999465719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 56.86131500010379, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.02134300000034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 57.43332900002133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 0.4555319999344647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.25269200000912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 61.325310000102036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 58.303609999944456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.781171999988146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 57.739992000046186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.19501100003254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.54145899997093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.734489000053145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 0.4490900000091642, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 64.72618100000545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.92643700004555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.82998700009193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.86756400007289, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.2100779999746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.98840600007679, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.371976000024006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.62506599992048, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.6214720000280067, "failureMessages": [ "snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.35007799998857, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.19987300003413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.58058199996594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 56.23176300001796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.241478999960236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.74781199998688, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.168287999928, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.88975700002629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.6092899999348447, "failureMessages": [ "snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.74063400004525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.30324500007555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.49288500007242, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.551092999987304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.69593399995938, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.999639000045136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.88782599999104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.967914000037126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 152271.70934100007, "end": 153426.08898600005, "runtime": 1154, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 0.7080440000863746, "failureMessages": [ "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 56.04900400002953, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 55.25707299995702, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 56.414626999991015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.30853599996772, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 1.166391999926418, "failureMessages": [ "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 56.60824199998751, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 56.43625799997244, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 56.22125699999742, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 55.656287999940105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 0.755252999952063, "failureMessages": [ "snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 56.171933999983594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.30714699998498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 56.54302500002086, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 55.50211000000127, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 0.8667719999793917, "failureMessages": [ "snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.86279599997215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.727961000055075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 57.27783699997235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 58.04157399991527, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 153478.09783700004, "end": 153717.08811600006, "runtime": 239, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.7493420001119375, "failureMessages": [ "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 1.2968569999793544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.8622829999076203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.740925999940373, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 57.029412999982014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.601314999978058, "failureMessages": [ "import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 1.0086669999873266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7393530000699684, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7041779999854043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 55.980014999979176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 1.3658459999132901, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.8223589999834076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7024249999085441, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.6885280000278726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.8023909999756142, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7992960000410676, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6577209999086335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.640817999956198, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6295069999760017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7218500000890344, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 153775.62165400002, "end": 154255.63049800007, "runtime": 480, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6018460000632331, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.2889619999332353, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7573769999435171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7592400000430644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 55.950720000080764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.6622490000445396, "failureMessages": [ "empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" with { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" with {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 2.0463890000246465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7837359999539331, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.0283940000226721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 55.64462299994193, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6790100000798702, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.1366970000090078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7653020001016557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7532890000147745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 57.17202099994756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.5934509999351576, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0578690000111237, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7487010000040755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7308480000356212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 55.881773000000976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 154303.87771100004, "end": 154761.426966, "runtime": 458, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.5806259999517351, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0656730000628158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8086330000078306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7088359999470413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 56.23809399991296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.6014760000398383, "failureMessages": [ "empty.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n export * as bar from \"bar.json\" assert { }\n =====================================output=====================================\n - export * as bar from \"bar.json\";\n + export * as bar from \"bar.json\" assert {};\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.0498740000184625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7633080000523478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.740445000003092, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.53725500009023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6206409999867901, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0392139999894425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7386120000155643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7013919999590144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 55.40329100005329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.5864670000737533, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.9897720000008121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7431710000382736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7026039999909699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 54.90017999999691, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 18, "numPassingTests": 248, "numPendingTests": 0, "perfStats": { "start": 154834.332652, "end": 170598.79833300004, "runtime": 15764, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 18, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 0.41813200002070516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.29217999998946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 57.64558200002648, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 56.23179399990477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 55.96437100006733, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 57.243470999994315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.15807899995707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6854619999649003, "failureMessages": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n (a) => a instanceof {};\n (a) => ({})().b && 0;\n - (a) => ({}().c = 0);\n + (a) => (({})().c = 0);\n (x) => ({})()();\n (x) => ({})()``;\n (x) => ({})().b;\n a = (b) => c;\n (x) => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 71.91241400002036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 61.62003099999856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 60.922879000077955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 61.75577099993825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 62.37221800000407, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 62.99216400005389, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 0.46262599993497133, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.727030000067316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.06860800005961, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.47305100003723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.370916999992914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.31200999999419, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.08742600004189, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 0.419404000043869, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.80826999992132, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.60213900008239, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.26585700002033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.276799000101164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.73645399999805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 55.54439599998295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5243619999382645, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 85.81500599998981, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 73.57128200004809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 78.05646599992178, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 82.60783800005447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 79.89577399997506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 82.0685419999063, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7043389999307692, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.55341900000349, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.3433420000365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.95469500008039, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.498172999941744, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.16393199993763, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.480120000080206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6275550000136718, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 57.64796199998818, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.13660199998412, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 55.43763099994976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.445334000047296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 56.38866900000721, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 57.60608299996238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8334509999258444, "failureMessages": [ "comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 66.29752600006759, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.245432000025176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 60.041959000052884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 59.93495599995367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.31428600009531, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.745641999994405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 1.771387999993749, "failureMessages": [ "curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 94.00491799996234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 74.2743349999655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 74.60786699992605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 69.52341200003866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 73.0936310000252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 73.83102899999358, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6518809999106452, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.92765900003724, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.53552599996328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.190425999928266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.96989200008102, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.25795599992853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 58.25456100003794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42566800001077354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.1042670001043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 58.56681899994146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 58.58198599994648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 58.05704899993725, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.67552400007844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.15309000003617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 1.03979700000491, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 63.6067219999386, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 62.965786000015214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 61.80229000002146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 61.92928799998481, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.4213939999463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 62.78528200008441, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 0.425366000039503, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.45103899994865, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 57.76758499990683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.523884999915026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 56.93469899997581, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.617720999987796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.460636999923736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6409190000267699, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.79487899993546, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.599353000056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.47461699997075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.10863999999128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 69.29289799998514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.623872000025585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.41408499993849546, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.29438099998515, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.68241000000853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.228009000071324, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.73950899997726, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 56.52818500006106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.10393899993505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4172209999524057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.32473800005391, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.67709599994123, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.695940999896266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.54261699994095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.78057199995965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 55.623729999992065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42150900000706315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.115269999951124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.05569299997296, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.2204030000139, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 59.213830999913625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.90083499997854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.0447179999901, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4015720000024885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 59.857605000026524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 59.839191999984905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 58.592624000040814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 59.441908000037074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 57.92473400000017, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.090422000037506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7654719999991357, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 2.307096999953501, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.051988000050187, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8864080000203103, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.9320729998871684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 59.775924000074156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 59.525444000028074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.45368899998720735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.06743799999822, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.18327799998224, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.20237900002394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.163601000094786, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.31938500003889, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.86783700005617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7137959999963641, "failureMessages": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow_function_expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,14 +57,14 @@\n a = () => ({})()() && a;\n a = () => ({}).b && a;\n a = () => ({})[b] && a;\n a = () => ({})`` && a;\n a = () => ({} = 0);\n - a = () => ({}, a);\n + a = () => (({}), a);\n a => a instanceof {};\n a => ({})().b && 0;\n - a => ({}().c = 0);\n + a => (({})().c = 0);\n x => ({})()();\n x => ({})()``;\n x => ({})().b;\n a = b => c;\n x => (y = z);\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.3088609999977, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.618540000054054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.053404999896884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.34086999995634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.59801800001878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.16760799998883, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4890649999724701, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.154599000001326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.11392299993895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.02994799998123, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.00752600003034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.449978000018746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.60137300007045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4167600000509992, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.59064299997408, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.91377199999988, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.10217799991369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.89158599998336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.830056000035256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.924852000083774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.49678000004496425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.75930799997877, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.82162100006826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.03283400007058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.24238599999808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.40820000006352, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.31921400001738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8374779999721795, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.07922499999404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.500245000002906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.135309000033885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.685178000014275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.223773000063375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.66144799999893, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5917569999583066, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.99709299998358, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.28579900006298, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 83.3689739999827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.165165000013076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.90683499991428, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.17155900003854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9299700000556186, "failureMessages": [ "comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.2907220000634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.85208199999761, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.09693800006062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.1106050000526, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.2755500000203, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.01046799996402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.5583650000626221, "failureMessages": [ "curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.33746800001245, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.91626600001473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.17649700003676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.17539899994154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.89609199995175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.15897300001234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6903809999348596, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.83307599998079, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.12674800003879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.44206200004555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.609489000053145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.104401999968104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.06698999996297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43216900003608316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.301312000025064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.76431200001389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.483804999967106, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.8768159999745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.95650400000159, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.69366299989633, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9833499999949709, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.26570800004993, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.37987499998417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.26819699991029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.77758300001733, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.79238700005226, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.45267199992668, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4290129999862984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.54015100002289, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.13412099995185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.42724299989641, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.810872000060044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.167584000038914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.084972999989986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6814850000664592, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.54394800006412, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.0719800000079, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.13476499996614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.98242300003767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.49280600005295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.25608800002374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.42119799996726215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.279374000034295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.992119000060484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.924631000030786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.970075999968685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.854884000029415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.64155899989419, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4724240000359714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.8626669999212, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.75556800002232, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.40480600006413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.42240200005472, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.12745700008236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.7550920000067, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43975300004240125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.623597000027075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.621372999972664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.16990099998657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.187254999997094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.308716999948956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.25235199998133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43159799999557436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.736562000005506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.266395000042394, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.05628900008742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.696672999998555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.79549499996938, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.8222760000499, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7772640000330284, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 2.317676000064239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.0756530000362545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9105539999436587, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9470120000187308, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.96678300003987, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.5971079999581, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 170663.44518000004, "end": 174684.61246800004, "runtime": 4021, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5934510000515729, "failureMessages": [ "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.26316199998837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.63265099993441, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.362029999960214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.62393400003202, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.60369899997022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.19360600004438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.499604000011459, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.51752700004727, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.52296099998057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.073349000071175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.562899000011384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.73365799989551, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.8333209999837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42264100001193583, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.11304500000551, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 1.557715000002645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.8959060000488535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.36177900002804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.68716299999505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.34888100007083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42769000004045665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.618311999947764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.69184300000779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.73542200005613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.66265700000804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.89244900003541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.96551200002432, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4611929999664426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 86.014424999943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.09740199998487, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.1350720000919, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 68.07829799992032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 69.77035000000615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.29170499998145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 0.7152179999975488, "failureMessages": [ "escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.982557000010274, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.64720100001432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 55.6319450000301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 56.45391599996947, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.719429999939166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.70799500006251, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4760799999348819, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 57.8351819999516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.9921280000126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.7936950000003, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 55.94284599996172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.41405300004408, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 55.96341600001324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.42482499999459833, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 55.98617099993862, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 1.2440870000282302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.7738479999825358, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 55.79089999990538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.10898800007999, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.7408010000363, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44359899999108166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 63.342414000071585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.8926780000329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.226671000011265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.13107000000309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.13913600007072, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 56.112859999993816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4602109999395907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 86.04884900001343, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.13291700009722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 63.19317900005262, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 64.54222599999048, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 66.0458520000102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 66.93915099999867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 92, "numPendingTests": 0, "perfStats": { "start": 174764.23238499998, "end": 180587.59495499998, "runtime": 5823, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.43225900002289563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.20987699995749, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.71278499998152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.39856699993834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.774617000017315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.40569899999536574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.36018700001296, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.34489800001029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.25604000000749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.07326999993529, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.832408000016585, "failureMessages": [ "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 61.30147200007923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 62.48923199996352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 63.89824799995404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 62.82146700005978, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4671240000752732, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.35686599998735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.04239499999676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.56526199996006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.31263900001068, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.42025600001215935, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.567923000082374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.61421699996572, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.797235000063665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.8927590000676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4205460000084713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.85924699995667, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.370767000014894, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.46156399999745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.678903999971226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.43220899999141693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.43019599991385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.611704000039026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.67468399996869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.03923400002532, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.766313000000082, "failureMessages": [ "objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 60.848961000097916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 61.011703000054695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 61.6873810000252, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 62.055500000016764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4548010000726208, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.21184600004926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.21492900000885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.095608999952674, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.519244999974035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4133229999570176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 56.714139000047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.04807399993297, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.06226100004278, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.325933999964036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.6151410000165924, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.86483999993652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 55.92502800002694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.123749999911524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.94715100002941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.426067000022158, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.282351000001654, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.00423900003079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 55.861260000034235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.429778999998234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.8377270000055432, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 61.48984799999744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.81432600005064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.916084000025876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 62.171608000062406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.45071300002746284, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.536840999964625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 55.99007399997208, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.321936999913305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.65379999997094, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.5983989998931065, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.69779899995774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.42471900000237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.93667500000447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 56.77954200003296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6707139998907223, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.6193660000572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.54292399995029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 61.35762499994598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.96790100005455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4370780000463128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.95828300004359, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.04995099990629, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.556636999943294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.38889499998186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.931802999926731, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.68149099999573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 61.63815599994268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.55753800005186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.12692900002003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4274100000038743, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.16941799991764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.43716900004074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.01161299995147, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.111106999916956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6247990000993013, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.710138999973424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.777782000019215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 56.71075600001495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 57.43986699997913, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 180656.75077599997, "end": 183986.243823, "runtime": 3329, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.46132300002500415, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.64779000007547, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.68157400004566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.7927830000408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.18759800004773, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.45559799997136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.725998000008985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.81927099998575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.50173200003337, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4291819999925792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.25986700004432, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.48954799992498, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.48871200007852, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.65479399997275, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.880146999959834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.304186999914236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.359187999973074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.077373999985866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 0.45191599999088794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 91.15073399990797, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 66.03949400002602, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.73251500003971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 62.65650100004859, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 60.55349199997727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 62.33695300004911, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 73.48975499998778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.60617300006561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4297939999960363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.01335200003814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.42845500004478, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.078685999964364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.87346100003924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.39976099994965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.78991699998733, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.60362199996598, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 56.97502000001259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.478705000015907, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 82.08722200000193, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 71.39034699997865, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.45434399996884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 60.63980600005016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 61.30127699999139, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.58980600000359, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.38292400003411, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.34325999999419, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 0.42801099992357194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 56.94402099994477, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.95060600002762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.28372900001705, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 56.92450500000268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 56.82729000004474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.074958999990486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.83411099994555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.688285999931395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 184047.074975, "end": 186113.995488, "runtime": 2067, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "shebang-newline.js" ], "duration": 0.45115399989299476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 59.30678300000727, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.86855200002901, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.39741099998355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.30013400001917, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 56.97085799998604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 57.321163000073284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 56.54398900002707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 56.89435300009791, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 0.41818199993576854, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 57.183557000011206, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 56.71835400001146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 56.139297000016086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 56.58512800000608, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 56.78027900005691, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 56.61804900004063, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 55.80975499993656, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.417470999993384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.4095659999875352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 55.7110850000754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.04415900004096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 55.02803300006781, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.01463300001342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 55.618832999956794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.260393999982625, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.73990500008222, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 55.81336199992802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.42396399995777756, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.851284999982454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.15503199992236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.61219300003722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.662805999978445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.660185000044294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.21967899997253, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.93236000009347, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 56.43476999993436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 186169.94233500003, "end": 186942.31596100004, "runtime": 772, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6868449999019504, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.3693419999908656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.9208130000624806, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7712830000091344, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.23993200005498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8301229999633506, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.0258199999807402, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7517470000311732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7154080000473186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 60.58039599994663, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 0.5852149999700487, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.006724999984726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 56.56122599996161, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 56.747070000041276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 57.16989999997895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.9950620000017807, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0743999999249354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7861109999939799, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.8453220000956208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.50490900001023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.7849990000249818, "failureMessages": [ "worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "worker.js" ], "duration": 1.1191840000683442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.9949110000161454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.9369530000258237, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 58.72106199990958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 52, "numPendingTests": 0, "perfStats": { "start": 187008.26145500003, "end": 189874.88846499997, "runtime": 2867, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "delete-variable.js" ], "duration": 0.4278100000228733, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.977496000006795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.65224200009834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 56.67171300004702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 56.036809999961406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 56.4342389999656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 56.56074899993837, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.39790300000459, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.889041000045836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 0.4424270000308752, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.87842399999499, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.793351000058465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.74015800002962, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.45363200001884, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.39863700000569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.76170699996874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.84651299996767, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.586332999984734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 0.48738199996296316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.98741499998141, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.89629999990575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.72595700004604, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 56.97083299991209, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.48767800000496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.33382600010373, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.20766499999445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 56.95059200003743, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 0.5807670000940561, "failureMessages": [ "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.57480599998962, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.526711000013165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.243046999908984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 55.74911499989685, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.447099000099115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.22871799999848, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.22106599994004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.27939899999183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.5977880000136793, "failureMessages": [ "function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 2.0798910000594333, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 56.557840000023134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.1285810000263155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7821429999312386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.8420350000960752, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.21411599998828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.139012000057846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.53355599998031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 0.48700099997222424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.871032000053674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.269464000011794, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.47394199995324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.8243220000295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.46489800000563, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.32386200001929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.971998999943025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 55.42877200001385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 268, "numPendingTests": 0, "perfStats": { "start": 189946.66725000006, "end": 205850.62566999998, "runtime": 15904, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 33, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "13018.js" ], "duration": 0.618136000004597, "failureMessages": [ "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.37700300000142, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 64.38470700010657, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.53675099997781, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.298114000004716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.747480000020005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.80919499997981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.70164800004568, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 57.50203600001987, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 0.5532150000799447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.60445400001481, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.2793079999974, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.46139900002163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 55.943138999980874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.139108999981545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.146811999962665, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 58.044695999938995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.16200799995568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 0.4894149999599904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.85086699994281, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.16121699998621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 56.884370000101626, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.410998999956064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.028911000001244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.34561499999836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.251041000010446, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.89588600001298, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 0.4564639999298379, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 68.14193000004161, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 64.98775400000159, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.16649600001983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.93546399998013, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 64.07874499994796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.79845000000205, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.8208609999856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.141277999966405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 0.4673750000074506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 63.97707300004549, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.868699999991804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.232928000041284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 57.7793079999974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.31378500000574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.49592999997549, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.389876000001095, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.65565999993123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 0.42514499998651445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.29898699990008, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.8357890000334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.51793600001838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.323718000086956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.37537199992221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.68543000007048, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 56.62385600002017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 55.78948899998795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4360150001011789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.99374099995475, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.50854199996684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.35571700008586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.04243699996732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.480403000023216, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.190654999925755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.784006000030786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.31222199997865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 0.44650499999988824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.06498200003989, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.956245000008494, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.840624000062235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.21400899998844, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 55.72838300000876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.703381999977864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.891414000070654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.7357900000643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 0.4448219999903813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 60.67191799997818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.1278610000154, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 57.39360599999782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 58.75176900008228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 58.33985799993388, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.402280000038445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.800883999909274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.69586699991487, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.42833099991548806, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.13370699994266, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.071436999947764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.72836299997289, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.34556199994404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 56.757715000072494, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.428732999949716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.641987000009976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.83721699996386, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.4367670000065118, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.27657499990892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.11688999994658, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 57.469062999938615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.70498999999836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.03435999993235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 57.73245800007135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.2034360000398, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.262222999939695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 0.47997799993027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.65118499996606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.67643600003794, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 55.92100900004152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.45813299994916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.7653439999558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.785465999972075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.66115499997977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.03792500006966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 0.45452000002842396, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.86350099998526, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 60.66563699999824, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 58.0910739999963, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 58.654420000035316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 58.54441700002644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 58.636884000035934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.81400300003588, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.988788999966346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 0.45258699997793883, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 67.8201710000867, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.671598999993876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.88058900006581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.56833299994469, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 60.80085800006054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 74.26261600002181, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.172718000016175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.89975400001276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 0.4270879999967292, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.73365200008266, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 61.63574100006372, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.995072000077926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.55600400001276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.14449199999217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.306513000046834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 58.89328000007663, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.67136500007473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 0.43965199997182935, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.8856060000835, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.56533999997191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.39192800002638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.38879699993413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 61.013985999976285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.24764899990987, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.745757000055164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.95211499999277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 0.4249150000978261, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.92191199993249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.34859300008975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.55906399991363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.504461000091396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.343685999978334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.981807000003755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.013978000031784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.090228000073694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 0.5760279999813065, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 65.74112200003583, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 62.726181000005454, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.60542599996552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.91273799992632, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.92029600008391, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.16951100004371, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.24611899990123, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.84004199993797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 0.4563430000562221, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.62944599997718, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.84285400004592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.04783699999098, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 58.99239100003615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 58.516233000089414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.206050999928266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.18552699999418, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 61.42664399999194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 0.4931230000220239, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 95.62962300004438, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 83.52136799995787, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 78.83481999998912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 75.69232999999076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.04738500004169, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.20373300008941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.81944200000726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 85.1111319999909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.5166769999777898, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.85472399997525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.127719999989495, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.10153600003105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.79496600001585, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.53753400000278, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.06736099999398, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.406266999896616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.48566000000574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 0.4984629999380559, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.958213999983855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 62.03761699993629, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.36745699995663, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.3578330000164, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 65.78168999997433, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.74949199997354, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.64988799998537, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.2619630000554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 0.4506429999601096, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.92064999998547, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.14792700007092, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.57504699996207, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.384436999913305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.45940099994186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.93751600000542, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.44879799999762, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.25675199995749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 0.5005770000861958, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 62.7274070000276, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.29089099995326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.23737300001085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.17845899995882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.59429000003729, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.76058799994644, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.3928480000468, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.61277100001462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 0.4921209999592975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.87100399995688, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.84356700000353, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.22013799997512, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.35080300003756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.80327599996235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.62829999998212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 57.768685000017285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.055652000010014, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 0.42326100007630885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 58.630930000101216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 58.62942600005772, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.180297999992035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.28284799994435, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.719477999955416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.736233999952674, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.582871000049636, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.94527200004086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 0.4787560000550002, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.821409999975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.51118700008374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.36372600006871, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.39284200000111, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.547986999969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.54504600004293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.21123100002296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.56997299997602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.49329400004353374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.7683599999873, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.93899799999781, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.574201000039466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.60679300001357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.811777999973856, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.693040999933146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.89437100000214, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.63205300003756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 0.4345730000641197, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "this.js" ], "duration": 56.895719999913126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.78242900001351, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.52340900001582, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "this.js" ], "duration": 56.86100199993234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 56.979988000006415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "this.js" ], "duration": 56.946209999965504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.408029000042006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.83509399998002, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6045310000190511, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.292399999918416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.478597000008449, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8627240000059828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8274780000792816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7625169999664649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.598621000070125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.49960199999623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.164334999979474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 160, "numPendingTests": 0, "perfStats": { "start": 205914.65355499997, "end": 215423.78890499996, "runtime": 9509, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 21, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.4756599999964237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.419437999953516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.76723999995738, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.62666299997363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.50973699998576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.05566199996974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.49191099999007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.561012999969535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.11872999998741, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 0.43123700004071, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.66145499993581, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.60738499998115, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.02330700005405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.774296000017785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.3625540001085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.09934399998747, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.408019999973476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.503410000004806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.4600510000018403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.867209999938495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.262535999994725, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.968787999940105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.948301000054926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.12168099998962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.05265700002201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.95343400002457, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.74778700002935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4428079999051988, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.300060000037774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.64456499996595, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.87160199997015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.46862699999474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.90800900000613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.221279999939725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.361300999997184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.581110000028275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 0.4457039999542758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "equality.js" ], "duration": 60.90673600009177, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.93443599995226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.19287299993448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.60216800007038, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.81316700007301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.44747300003655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.540116999996826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.05810899997596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 0.40965599997434765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.927713999990374, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 59.32413099997211, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.434562999987975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.71806900005322, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.26909700001124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.76327900006436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.69569500000216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.81255599996075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.3890380000229925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.72432799998205, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.36039399995934, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.52231999998912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.52057699998841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.551679000025615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.39691899996251, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.12557699996978, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.44746399996802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 1.114075000048615, "failureMessages": [ "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 66.939115999965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 69.96365500008687, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.661985000013374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 62.550881000002846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 62.10900399996899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 63.03812399995513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.16949600004591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 62.06559200002812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 0.47307499998714775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 62.27414900006261, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.78432299999986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.29349299997557, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.85827199998312, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.48696599993855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.1737139999168, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.657452999963425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.6439169999212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 0.41885399993043393, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 85.69201799994335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 65.19286499998998, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.38424699997995, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.06745700002648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.813615999999456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 62.46331900008954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.10812899994198, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 66.34888099995442, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 0.40466700005345047, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 62.676109000109136, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 63.427607000106946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.40723200002685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.163705999962986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.442979000043124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.03689999994822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.936550999991596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 61.403233999968506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 0.4154469999484718, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.57158299989533, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.19124899990857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 57.58275900001172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.30221899994649, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.29324400005862, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 59.071380000095814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.58715799998026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.86198200006038, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 0.41313300002366304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "math.js" ], "duration": 62.74500600004103, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.397279000026174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.023022999987006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.70714399998542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.61681899998803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "math.js" ], "duration": 61.06941699993331, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.21536100003868, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.640956000075676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 0.41568800003733486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.713736000005156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 62.81271900003776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.69901199999731, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.00668600003701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.48236799996812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return.js" ], "duration": 60.083802999928594, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.870091999997385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.95849300001282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 0.4445719999494031, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.50373599992599, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.734933999949135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.25108600000385, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.70151799998712, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 60.459234999958426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 60.310161000001244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.72673200001009, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 68.2210250000935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4354550000280142, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.64616000000387, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.99132399994414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.352426999947056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.82881199999247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.554619000060484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.38958499999717, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.96832999994513, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.07819699996617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8291810000082478, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.34523800003808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3870050000259653, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.915212000021711, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7510049999691546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7452030000276864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.70486100006383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.083346000057645, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.57148000004236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.4092259999597445, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.10688500001561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.091572999954224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.934166999999434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.39158800011501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.143177000107244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.04007599991746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.48746899992693, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.73108200007118, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 156, "numPendingTests": 0, "perfStats": { "start": 215497.83169600007, "end": 225106.120812, "runtime": 9608, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "empty.js" ], "duration": 0.4555829999735579, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.066254000063054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.66985299997032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.959711999981664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.6996789999539, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.180471000028774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.45757000008598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.72425900003873, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.39353000000119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 0.6844310000305995, "failureMessages": [ "holes-in-args.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `holes-in-args.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,8 +7,11 @@\n .test()\n .test([, 0])\n .test();\n \n =====================================output=====================================\n - new Test().test().test([, 0]).test();\n + new Test()\n + .test()\n + .test([, 0])\n + .test();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.955156000098214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.86417600000277, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.21196600003168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.07864299998619, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.29263699997682, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.6793240000261, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.641248999978416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.42334199999459, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 0.6374330000253394, "failureMessages": [ "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 61.65509699995164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 61.10387600003742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.60288800008129, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.15788399998564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.542147999978624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.26005799998529, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.42337800003588, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.47605699999258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 0.4455139999045059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last.js" ], "duration": 59.6173200000776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 60.03246000001673, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.912171000032686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last.js" ], "duration": 59.370284000062384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.299288999987766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.59217100008391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.24670600006357, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.84367800003383, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4681059999857098, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 78.58884499990381, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.13746100000571, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.56999700004235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.81982700002845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.33010599995032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.7564789999742, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.77446799993049, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.99521399999503, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 0.4207070000702515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.41510899993591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.76957600004971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.322801999980584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.93799999996554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.189385000034235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.21637699997518, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.399532999959774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.6566350000212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 0.4286719999508932, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 62.072447999962606, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 62.11524900002405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 62.76354899990838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 67.1658860000316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.06414099992253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.855007000034675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.113563999999315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 61.660711999982595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 0.582909999997355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 64.26831700000912, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.434413000009954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.382540000020526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.90715799992904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.44575099996291, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 60.80090799997561, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.19442199997138, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.493714999989606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 0.7428190000355244, "failureMessages": [ "numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 62.210290000075474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.39163099997677, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.99564700003248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.95444099989254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.17109199997503, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.548902999958955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.288922999985516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 61.138341000070795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 0.4392109999898821, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.40818799997214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.66278500005137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 59.36082100006752, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.99835699994583, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.46444899996277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.80770000000484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.56834900006652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.617684000055306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 0.670464999973774, "failureMessages": [ "numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.89198899990879, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.28759700001683, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.89200300001539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 57.64368800004013, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.540992000023834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 60.11266899993643, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 59.87359899992589, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 60.09669400006533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 0.4882440000073984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.18912100000307, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 61.07829400000628, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.79291899991222, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.879213999956846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.04743899998721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.416293999995105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.77956399996765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.430068999994546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 0.6184069999726489, "failureMessages": [ "numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 61.66957199992612, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.52598599996418, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.716514000087045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.42769699997734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.64413699996658, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.156068000011146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 64.05298799998127, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 68.6922509999713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 0.7730659999651834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 74.5880720000714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 65.12466299999505, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 58.9595519999275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.30133000004571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.421143000014126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.08051500003785, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 61.36959400004707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 62.23868800001219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 0.47503800003323704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.45983199996408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.41333900007885, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 57.971896999981254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.5281889999751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.620651999954134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 62.29538399993908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 61.78390000003856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.9514860000927, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 0.4999260000186041, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 69.4836709999945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.8408079999499, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.953456999966875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 65.8756379999686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.38770999992266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.34465600003023, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 63.11174900003243, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 63.87720700004138, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 0.4462150000035763, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.62881499994546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.13654400000814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.940663999994285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.09288100001868, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.021507999976166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.802207999979146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.92806700000074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.767223999951966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6331340000033379, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.2402829999336973, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.393517000018619, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8962870000395924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8010090000461787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7880440000444651, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.25963700003922, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.654111000010744, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.67316900007427, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 225176.547837, "end": 226537.82837300003, "runtime": 1361, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "complex.js" ], "duration": 0.4194549999665469, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.0544359999476, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 67.42754299996886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 57.86905300000217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.54558699997142, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.156499000033364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 61.35649999999441, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 60.65102500002831, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 60.32898300001398, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 0.4426380000077188, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.252756000030786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 62.141723999986425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.58826400001999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.625481999944896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.395494999946095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.53475599992089, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 61.40438800002448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 61.00374700000975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7498830000404269, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.076604999951087, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.0170339999021962, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8941530000884086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7695499999681488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7487609999952838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.83133000007365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.26564100000542, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 56.58709500008263, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 162, "numPendingTests": 0, "perfStats": { "start": 226618.20372700004, "end": 236096.70810200006, "runtime": 9479, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4287020000629127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.31197699997574, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.36035500001162, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.98552700004075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.102601999999024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.215335999964736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.29459800000768, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.590205000014976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.57843400002457, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4453539999667555, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 56.89880500000436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.36882700002752, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 56.732174000004306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.23036000004504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.918187000090256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.742136999964714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.280242000008, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.32521899999119, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4364060000516474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 61.23585900000762, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.67768800002523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.21182900003623, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 61.04783200006932, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.67813400004525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.111202000058256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.00265899999067, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.55018799996469, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 0.42551600001752377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.6793099999195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.156308999983594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.165500000002794, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.049833000055514, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.99702599993907, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.751193000003695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.980803999933414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 56.79415899992455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 0.432198999915272, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.45459599990863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.77945700008422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.38558599993121, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.30420899996534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 60.86013599997386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 61.4053309999872, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.8916400000453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.11745399993379, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 0.44333899999037385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 61.30690899991896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.702098999987356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.729105000034906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.767541000037454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.1095750000095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 60.43406799994409, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.082198999938555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.51606199995149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4457739999052137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.89639799995348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.744457000051625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.84070199995767, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.18330099992454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.3673289999133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.734439000021666, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.165603999979794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.34890800004359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4858890000032261, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.22952700010501, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.91526699997485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.64810099999886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.12044500000775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.76708900008816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.19867700000759, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.08872199989855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 56.67340600001626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 0.45052299997769296, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.017001000000164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 57.46667900006287, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.688266000011936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.37575900007505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.69010200002231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.14391300000716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.009855999960564, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.58183299994562, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4217890000436455, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.008823000011034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.378202000050806, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.0914890000131, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.3084150000941, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.58983499999158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.66255899996031, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.84805599995889, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.347982999985106, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44167600001674145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.94820999994408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.198214999982156, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.12241700000595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.50968399993144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.248604999971576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.24226600001566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.811287999968044, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.52100299997255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5044040000066161, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.49251100001857, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.48526899993885, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.18430199997965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 58.7838070000289, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 58.55173900001682, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.113438999978825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.97204299992882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.62147000001278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4486800000304356, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.59168400010094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.46429899998475, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 55.17866099998355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.26135699998122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.25872599997092, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.59332500002347, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.44228200009093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.570821000030264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42109800002072006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.47209599998314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.10206499998458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.76890500006266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.05870299995877, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.705449000000954, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.21087900002021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.90713000006508, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.88322399999015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.43904199998360127, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.497620999929495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.665970000089146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.25684499996714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.173833999899216, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.46322199993301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.86761399998795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.4908089999808, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.419191999942996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4262180000077933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.07446400006302, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.77382900007069, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.187120000016876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.921328000025824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.287371999933384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.34306199999992, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.9821219999576, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.92825100000482, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5219259998993948, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.635364999994636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.233425999991596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.98677900002804, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.42759900004603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.52675600000657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.150391999981366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.70726199995261, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.73876500001643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4511039999779314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.269177000038326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.54501599993091, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.76867200003471, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.12307099997997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.178075000061654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.415688000037335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.00543799996376, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.74168400000781, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 71, "numPendingTests": 0, "perfStats": { "start": 236162.74541900004, "end": 240036.08811400004, "runtime": 3873, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bigint-key.js" ], "duration": 0.43964300001971424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 1.804204999934882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 59.119086000020616, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 59.818167000077665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.30526299995836, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.257001000107266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.158173999981955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.318782999995165, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.26314699999057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 0.4342829999513924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.26373800006695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.98767800000496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.412986000068486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.32071999995969, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.90360800002236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.34106400003657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.02267600002233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.50727899989579, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.43632600002456456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.16724800004158, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 60.478470999980345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.8148270000238, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.872318999958225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.148082000087015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.468864000053145, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.82460599998012, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.49310600000899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.6760960000101477, "failureMessages": [ "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression.js" ], "duration": 2.659484999952838, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 6.006798000074923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.238167000003159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.0294959999155253, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.8465940000023693, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 60.05141099996399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 60.119472999940626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 59.92443099990487, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 0.47562000004108995, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.55829299998004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.38218399998732, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 60.56732799997553, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.431159999920055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.302513999980874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.97662600001786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.32924899994396, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.79447799990885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.48908500000834465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.555678999982774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.70197499997448, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.0642569999909, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.06055300007574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.50686000008136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.4372189999558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.53606100007892, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.74237699992955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.4822520000161603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.538623999920674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.95273400004953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.262410999974236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.39591600000858, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.012507000006735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.03813400003128, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.00874299998395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.81587900000159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 0.4273490000050515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.252295000012964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.57760100008454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.32291700004134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.326408999972045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 56.829585999948904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.2600289999973, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.21217800001614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.94212100002915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 20, "numPendingTests": 0, "perfStats": { "start": 240127.99811499997, "end": 241187.42954499996, "runtime": 1059, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.4298940000589937, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 63.188700000057, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.3151760000037, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.344127999967895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.70506399997976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.37606300006155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.109545999905095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.469459000043571, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 72.87533799989615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.09109200001694, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.39008899999317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.30143899994437, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.10545999999158, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.65421399998013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.692284999997355, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 6.011728000012226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3660260000033304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.3058040000032634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9727999999886379, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 61.933653999934904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.572565000038594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 85, "numPendingTests": 0, "perfStats": { "start": 241262.815513, "end": 246278.397871, "runtime": 5016, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.6750029999529943, "failureMessages": [ "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 2.254268000018783, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 58.35984799999278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 1.2253829999826849, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.7532890000147745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.14014999999199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.154301000060514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.804552000015974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.6025110000046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.42873200005851686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.63458999991417, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.74730099993758, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 1.0182149999309331, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.6924160000635311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 56.3808410000056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.59562100004405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.615144999930635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.112613999983296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 0.4539700000314042, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.155927999992855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.483452999964356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.331052999943495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.225035000010394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.46207499993034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.39568900002632, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.92379300005268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.87950599996839, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.5792839999776334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 63.28224999993108, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 61.303621999919415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.41285200009588, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.279116999940015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.96203300007619, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.409225000068545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.459429000038654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.99841599992942, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 0.4185030000517145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.13920599990524, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.27705799997784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 56.88834700000007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 56.04286199994385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 56.87067299999762, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.29107599996496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 57.40170599997509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.7299790000543, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 0.6779679999453947, "failureMessages": [ "issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.24948600004427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.479532000026666, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.56033100001514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.35225300001912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.15111199999228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.1378829999594, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.221308000036515, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 59.42911299993284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 0.6045199999352917, "failureMessages": [ "issue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.83238999999594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.06096399994567, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.533393000019714, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.357506999978796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.1180699999677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.74580099992454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.24826700007543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 56.30625200003851, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 0.5976779999909922, "failureMessages": [ "issue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 58.873657000018284, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.9654889999656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.832340000080876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.06669000000693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.80376899999101, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.65483200002927, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.611183000029996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.23028800007887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 0.5369349999818951, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.340651000034995, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.43491300009191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.72625099995639, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.855624000076205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 61.454843000043184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 61.6396900000982, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 61.618965000030585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 62.14087499992456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 0.8200840000063181, "failureMessages": [ "issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 63.337421000003815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 61.3689510000404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.74699899996631, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.16616900009103, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.07767499994952, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.501752999960445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.03746400005184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.352874999982305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 30, "numPendingTests": 0, "perfStats": { "start": 246345.82589500002, "end": 247778.266971, "runtime": 1432, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.42499500000849366, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 1.3772469999967143, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7714240000350401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7926630000583827, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 58.1303220000118, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 0.5007870000554249, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 62.16171300003771, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 61.09767699998338, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 60.68084299995098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 62.95885100006126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 0.4275200000265613, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 57.3203640000429, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 58.70311899995431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 57.92131100001279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 58.48278299998492, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.49959499994292855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 1.0977339999517426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7649010000750422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7314989999867976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 57.8280289999675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 0.43476400000508875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 61.32038799999282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 60.92997100006323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 61.56357699993532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 62.090482000028715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 0.4289130000397563, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 57.788953999988735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 56.134696000022814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 58.02421800000593, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 57.57704900007229, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 103, "numPendingTests": 0, "perfStats": { "start": 247857.26712600002, "end": 253927.18898099998, "runtime": 6070, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 0.6140589999267831, "failureMessages": [ "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.037219000048935, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 57.81645599997137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.095818000030704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 57.420841999934055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.83349400002044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.495101999957114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.123083999962546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.488660000031814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 0.49158899998292327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.21368500008248, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.59043999994174, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 56.997779999976046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 56.84079000004567, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.77791200007778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.47266900003888, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 58.85563900007401, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 57.30693300010171, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4740369999781251, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.55628799996339, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.623454999993555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.50085999991279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.988783000037074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.729705999954604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.52040699997451, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.46265300002415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.02851700002793, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 0.4354550000280142, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.99452900001779, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.5339920000406, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.69761999999173, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 57.22598200000357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 56.80883500003256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.811920000007376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.50354100007098, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.47282400005497, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.43014399998355657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.85475800000131, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.34027799998876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.01054499996826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.96351999999024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.12711699993815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.55507599993143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.95575700001791, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.353649999946356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.4700390000361949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.785248000058345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.51611099997535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 1.2610290000448003, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.714687000028789, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.5115639999276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.47832499991637, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.47508199990261, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.203355000005104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 0.6574299999047071, "failureMessages": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.20706899999641, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.495613000006415, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.17131000000518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 57.51272100000642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.8986969999969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.42580700002145, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.05741000000853, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.48348100006115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 0.6303990000160411, "failureMessages": [ "bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.00138400006108, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 57.99465000000782, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.970352999982424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.8782839999767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.35390300001018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 65.09162199997809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 70.48354899999686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.31976600002963, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.49349300004541874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.7039329999825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.9868509999942, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.875264000031166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.115978999994695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.64958399999887, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.02739200007636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 57.138462999952026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.07533299992792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 0.6000619999831542, "failureMessages": [ "same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.70295199996326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 56.785494000068866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.553582999971695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.54789400007576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.924310000031255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.503117999993265, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.61403399996925, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.66805400000885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 0.46798499999567866, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.67276900005527, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.012401000014506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 56.50149100006092, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 56.58431099995505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.642915999982506, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 70.49197700002696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.21453899994958, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.28432299999986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.6465800000587478, "failureMessages": [ "undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.60224599996582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.949078000034206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 1.0738989999517798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7603029999881983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 56.51583700010087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 57.437679000082426, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 57.713357000029646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 57.82578499999363, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 253999.62861200003, "end": 256363.03419599996, "runtime": 2363, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "d-flag.js" ], "duration": 0.4946149999741465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.57485400000587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.7410089999903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 56.13232199999038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.134838000056334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 71.79901899991091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 62.08393700001761, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.69203300005756, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 79.94556999998167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 0.43991299998015165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 68.6789249998983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.74611399997957, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 57.653112999978475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 57.623691000044346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.05931099993177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.456211999990046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.60982699994929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 56.58175999997184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4831329999724403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.27704800001811, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.38057599996682, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.3114729999797419, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8055869999807328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7883950000395998, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 57.255115999956615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.15824000001885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 57.93287899997085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.44618400000035763, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.6070400000317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.04149099998176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.73678500007372, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.65515000000596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.895231000031345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.13829999999143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.36477200000081, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.718843000009656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.44036400003824383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.2679820000194013, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 57.84030599996913, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.2786110000452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 57.6861730000237, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.9625900000100955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 57.61707400006708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.608580000000075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 56.55651000002399, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 14, "numPassingTests": 66, "numPendingTests": 0, "perfStats": { "start": 256435.18384000007, "end": 261094.93873399997, "runtime": 4660, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 14, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.5046350000193343, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.86183499998879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 56.793368000071496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.59645900002215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.70194299996365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 1.248505000025034, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.71136199997272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.33614800008945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.95451099995989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.53685599996243, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7554929999168962, "failureMessages": [ "range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 56.800654000020586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.51324899995234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.17905499995686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.074655000003986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.7294649999821559, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.083952000015415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.47994599991944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.901851000031456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.84918199991807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.5888319999212399, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.257901999983005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.71034500002861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.95305300003383, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.136218999978155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7397039999486879, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.31604399997741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.82695299992338, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.01713499997277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 56.58196300000418, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7555939999874681, "failureMessages": [ "range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.36112199991476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.19806199998129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.223858999903314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.72555700002704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7944160000188276, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.63871700002346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.89684699999634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.17061399994418, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.19491500000004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.5913759999675676, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.48740400001407, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.50253299996257, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.36010799999349, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.508227000012994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.9657969999825582, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.568840999971144, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 56.507240000064485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.816075000097044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.28189900005236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7552729999879375, "failureMessages": [ "range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.75680000009015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.771386999986134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.2358280000044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.519162000040524, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7861000000266358, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.649561000056565, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.89951700007077, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.729580000042915, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.44430699991062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.48195200006011873, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.66394999995828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.10742700006813, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.20625399996061, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.56272399995942, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.773988000000827, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.309249000041746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.08172800007742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.79832699999679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.7628529999638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.7546920001041144, "failureMessages": [ "range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.91407599998638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.84358499990776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.44222500000615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.57535400008783, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.7832949999719858, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 56.0030680000782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.152263000025414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.787619999959134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 57.89644000004046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 261163.78003699996, "end": 264073.775733, "runtime": 2910, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 0.40543800010345876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 58.58797399990726, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 58.175087000010535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 58.68176800000947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.33433500002138, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 58.45165400009137, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 58.282339999917895, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 57.767935000010766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 56.669495000038296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 0.43554600002244115, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 80.69855299999472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 58.33200399996713, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 58.62707699998282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 56.73234300001059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.03243200003635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.87868199998047, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 57.66805300000124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 58.384855999960564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 0.4802780000027269, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.5182710000080988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.6452679999638349, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.056400000001304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.17529099993408, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.7638759999536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 58.524663000018336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.970637000049464, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 57.38122199999634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 0.4433100000023842, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.2721299999393523, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.296085000038147, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.56661500001792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 56.793920999974944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.22555099998135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.176319999969564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 57.10695300006773, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 58.54692000010982, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 0.49542699998710304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.79295499995351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 58.40601799997967, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.19040299998596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.25878899998497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.59046999993734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.862587000010535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 57.19240300008096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 56.110281999921426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 0.4325500000268221, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 57.239630999974906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.70129899994936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.78882499993779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.74156499991659, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.43467500002589, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 56.88313400000334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.02350100001786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 58.73298600001726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 264147.24294100003, "end": 267399.65963, "runtime": 3252, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.43627700000070035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.82975700008683, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.23775400000159, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.58163800009061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.24430299992673, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.346025000093505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.2558410000056, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.01417799992487, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.79009700007737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.45462099998258054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.385307000018656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.083811999997124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.235073999967426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.57694599998649, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.50219999998808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.78752200002782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.52321900008246, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.21944700006861, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.43044499994721264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.299052000045776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.259370999992825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.41464700002689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.98919999995269, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.710978999966756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.411355999996886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.36988300003577, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.02315899997484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4339120000367984, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 60.757448000018485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.360510000027716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 57.87126199994236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.54738800006453, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.83715999999549, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.761720999958925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 58.847225000034086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 59.07342099992093, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.46387800003867596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.411401999997906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 61.178086000029, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.64304699993227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.87621600006241, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.09738199994899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.36109600006603, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.67272299993783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.91394300002139, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4551720001036301, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.879471999942325, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.070742000010796, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 58.599285000003874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 58.51816699991468, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 58.86927599995397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.12495399999898, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.21857100003399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 59.72039799997583, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 267468.961274, "end": 269118.01437600004, "runtime": 1649, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42659799999091774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 74.4874510000227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 73.5119780000532, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.807874000049196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.26269600004889, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.395600999938324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.06456299999263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.59063899994362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.104563000029884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4499119999818504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.019679000019096, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.197799999965355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.19071600004099, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 59.873522999929264, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 58.7001450000098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.0108440000331, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.14374199998565, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 60.66176099993754, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4362260000780225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.584007999976166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 58.55293499992695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.506924999994226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.24750300007872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.19709600007627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 59.86817599995993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.83027000003494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 60.56646100000944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 269189.307057, "end": 272028.695632, "runtime": 2839, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arguments.js" ], "duration": 0.6517089999979362, "failureMessages": [ "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 3.2105369999771938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 60.222777999937534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 1.2696359999245033, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 0.9191100000170991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.54893699998502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 58.72826299990993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 57.49166099994909, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 57.94095499999821, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.6495750000467524, "failureMessages": [ "class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 3.5140250000404194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 58.32241400005296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 1.1296039998997003, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.7317989999428391, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 57.732508999994025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.69320800004061, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 59.25373700005002, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 57.562641000025906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.42415400000754744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 2.0685199999716133, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 61.57707599992864, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0715250000357628, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.6911930000642315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 57.02516299998388, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 58.14536600001156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 57.183528000023216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 56.97928700002376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.4290530000580475, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.9154129999224097, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 56.971487000002526, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.1193540000822395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.8118789999280125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 57.74363500007894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 58.20176199998241, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 58.029856999986805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 58.71835600002669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.8789850000757724, "failureMessages": [ "arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 2.740777999977581, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.450253000017256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.1209070000331849, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7797890000510961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.56007999996655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.51193299994338, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 58.184268999961205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 57.7982240000274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.6458479999564588, "failureMessages": [ "class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 3.36146899999585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.6009170000907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 1.0988450000295416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.7368579999310896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 58.52642000000924, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.19248600001447, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 59.19544199993834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 58.614948999951594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.42941400001291186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 2.1133039999986067, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 58.44703199993819, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.1113890000851825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.7841669999761507, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.77879300003406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.62037999997847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 58.21773699996993, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 57.6460580000421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.4259059999603778, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.9338990000542253, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 59.208486999967135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.1346729999640957, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.7741379999788478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 57.52067799994256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 57.97441199992318, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 58.584740999969654, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 59.76958399999421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 272100.78205200005, "end": 272339.243719, "runtime": 238, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no-semi.js" ], "duration": 0.5991510000312701, "failureMessages": [ "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 1.1203959999838844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.8157470000442117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.8749270000262186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 57.30883799993899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.6046510000014678, "failureMessages": [ "no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 1.0457369999494404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7605529999127612, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7400539999362081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 58.06330399995204, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 12, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 272422.340906, "end": 273892.03593799996, "runtime": 1470, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 36, "unchecked": 0, "unmatched": 12, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.5745350000215694, "failureMessages": [ "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.7053509999532253, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 0.8810180000727996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.0424599999096245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 58.27703899994958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8109080001013353, "failureMessages": [ "bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 1.0953889999072999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7933339999290183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8039349999744445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 61.944521000026725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.6188870000187308, "failureMessages": [ "long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 1.2356719999806955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8490589999128133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.8481059999903664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 58.02939899999183, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.6311809999169782, "failureMessages": [ "method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.2812779999803752, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.9722789999796078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.1316080000251532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 59.49511000001803, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.6228450000053272, "failureMessages": [ "short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 1.2034019998973235, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.79886500001885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8115290000569075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 57.53692900005262, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.647380999987945, "failureMessages": [ "unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 1.0067130000097677, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7035159999504685, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.6993179999990389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.338887999998406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.5931000000564381, "failureMessages": [ "await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 1.2188709999900311, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.8357229999965057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.7816220000386238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 58.017423999961466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.8027119999751449, "failureMessages": [ "bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 1.0487730000168085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7369590000016615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.712082999991253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 61.632686999975704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.6247690001036972, "failureMessages": [ "long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.2288100000005215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.850040000048466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.8037029999541119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 57.934162999968976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.6065550000639632, "failureMessages": [ "method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 1.2395900000119582, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8590469999471679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8306139999767765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 60.23146999999881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.7490019999677315, "failureMessages": [ "short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 1.1686859999317676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8395700000692159, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.7805200000293553, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 58.379927999922074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6570999999530613, "failureMessages": [ "unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 1.0149290000554174, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.7045780000044033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6927360000554472, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 58.84311799996067, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 273978.74488, "end": 274818.16969600006, "runtime": 839, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assertions.js" ], "duration": 0.575436000013724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 2.08225599990692, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 66.14247500000056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.3007529999595135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.802921999944374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.8055769999045879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 62.561439999961294, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 59.141617000103, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 59.96790799999144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42843199998605996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.97510400007013, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.37700300000142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.54192900005728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.86832300003152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.562452999991365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.09188800002448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.16120099998079, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.43542399990838, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 274889.705676, "end": 275376.64509800007, "runtime": 487, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6041599999880418, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.051727999933064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7540410000365227, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7182940000202507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.945365000050515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.5854459999827668, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6844510000664741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6618979999329895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6477619999786839, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.7258379999548197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7438020000699908, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9503689999692142, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7101789999287575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6829979999456555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 58.48462100001052, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.7011720000300556, "failureMessages": [ "tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.9194200000492856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6940789999207482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6598350000567734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 57.06138600001577, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6571690000128001, "failureMessages": [ "tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.9931580000557005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.7141660000197589, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.7042270000092685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 59.896888999966905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 275451.25402800005, "end": 276269.46527300007, "runtime": 818, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 0.4346430000150576, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.28813400003128, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.48234099999536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.76354299997911, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.857289999956265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 57.7477319999598, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 58.39693399996031, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 0.6114039999665692, "failureMessages": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 58.2872989999596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.444121000007726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.185764000052586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.24825599999167, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 58.2858600000618, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 59.02675199997611, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 276340.48279599997, "end": 276461.9719, "runtime": 121, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.6158830000786111, "failureMessages": [ "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 1.0542920000152662, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7566759999608621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.9410910001024604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 60.1649440000765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 276533.65767700004, "end": 278330.35066700005, "runtime": 1797, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "const.js" ], "duration": 0.6909130000276491, "failureMessages": [ "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js" ], "duration": 60.27237999998033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js" ], "duration": 59.33429399994202, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.44550300005358, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js" ], "duration": 59.38928299990948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.377208000048995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js" ], "duration": 58.266989999916404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.9487249999074265, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 72.13139599992428, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 67.58077700005379, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 67.72153800004162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 67.7007450000383, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.15925499994773, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.65682200004812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 0.6156219999538735, "failureMessages": [ "const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 59.89586100005545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 59.20681500004139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 59.456971000065096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 59.61123799998313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 58.87107400002424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 59.53043699997943, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 1.0067739998921752, "failureMessages": [ "let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 73.64666599989869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 67.06703799997922, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 68.42951899999753, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 65.83559000003152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 67.93871700007003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 69.30912500002887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 278408.07032299996, "end": 278708.712879, "runtime": 301, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after_export.js" ], "duration": 0.4345329999923706, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.9615390000399202, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.7001409999793395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.7589000000152737, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 58.55702399997972, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.4088450000854209, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.9575219999533147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.6643030000850558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 58.549083999940194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 59.370203000027686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 278781.65318400005, "end": 279668.68856100005, "runtime": 887, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.41205099993385375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 57.313162000034936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.24045899999328, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.25413999997545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.22004700009711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6441550001036376, "failureMessages": [ "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.94850200007204, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.64484199997969, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.648876000079326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.34473200002685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6185169999953359, "failureMessages": [ "example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 61.3436389999697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.210882999934256, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.278710999991745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.186835000058636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 279740.70318000007, "end": 279745.490748, "runtime": 5, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 1.6293989999685436, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7728859999915585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7088970000622794, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.687237000092864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.9304509999928996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 279813.27901199996, "end": 280932.49993299996, "runtime": 1119, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.42416399996727705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.059941999963485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.967281999997795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.635473000002094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.130858000018634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.61556899989955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.74474300001748, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.948995999991894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.97741399996448, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 0.4489199999952689, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 64.93764399993233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.92221300001256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.44109799992293, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 61.88115599995945, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 60.249716999940574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 60.68333800008986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 62.38988400006201, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.354951999965124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 281002.35936800006, "end": 281620.137747, "runtime": 618, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.4435799999628216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.3525010000448674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.79366900003515, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.6176970000378788, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.7543919999152422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.733583000022918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.3109580000164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.04813400004059, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 59.762591000064276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.754202000098303, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 2.787917000008747, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.940077000064775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.5382790000876412, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0617870000423864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0615669999970123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.41321999998763, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.805191999999806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.96942600002512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 100, "numPendingTests": 0, "perfStats": { "start": 281697.52173300006, "end": 289049.014246, "runtime": 7351, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.8461329999845475, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 78.47076400008518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.13966500002425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.34254099999089, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.69045600004029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 71.97995299997274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.03974799998105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.3189630000852, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.75966400001198, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 0.4296440000180155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.777589999954216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.91427999990992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.14755399990827, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.13718199997675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.830420000012964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.888016999932006, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 60.3870670000324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 59.72621200000867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 1.2020590000320226, "failureMessages": [ "new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 86.19500599999446, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.75390400004108, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.53480499994475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.0485719999997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.2209299999522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.75393000000622, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 72.09319200005848, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.94002600002568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 1.0671159999910742, "failureMessages": [ "new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 130.11975399998482, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 75.07048400002532, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 68.7678630000446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.60693700006232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 68.51713299995754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 69.68147800001316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.0925700000953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.14038300001994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 0.5112770000705495, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 61.1726829999825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.666892000008374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.5574150000466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 58.50241700001061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.45142900000792, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.509786000009626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.15047599992249, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 59.19134500005748, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 1.0489429999142885, "failureMessages": [ "postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 110.81713600002695, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 72.45876399998087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.76372699998319, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.27380199998152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 67.01354600000195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 70.01557799999136, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 70.71866799995769, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 71.44112099998165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 2.148871000041254, "failureMessages": [ "comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 75.28208599996287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 73.67721899994649, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 64.74534300004598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 63.210846000001766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 63.79375699989032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 65.63720600004308, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 64.83145499997772, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 65.92266899999231, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 0.49428500002250075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.457979000057094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.5699490000261, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 60.02058400004171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.7436479999451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 59.70825699996203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 57.306195999961346, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 57.188360999920405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 57.569738000049256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 2.2747660001041368, "failureMessages": [ "new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 78.03837999992538, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 70.44965399999637, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 66.65822099999059, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.07097000000067, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 70.60371400008444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 69.2563300000038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 68.35492700000759, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 69.24251099990215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 2.0212309999624267, "failureMessages": [ "new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 82.88704000005964, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.20217900001444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 68.33227200002875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 72.82562100002542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 67.32573499996215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 69.96157000004314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 71.41933099995367, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 70.16182100004517, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 0.45967000001110137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 60.40510700002778, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 59.26731399993878, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 59.091543000075035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 58.88343899999745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 58.68533600005321, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 59.47680800000671, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 59.48802200006321, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 59.76920099998824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 1.3715469999006018, "failureMessages": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 93.12830099998973, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.11072999995667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.44629600003827, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 70.05736199999228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 66.29703100002371, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 69.92848500004038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 70.14935100008734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 74.74612499994691, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 123, "numPendingTests": 0, "perfStats": { "start": 289158.33017800003, "end": 296600.65518400003, "runtime": 7442, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "brackets.js" ], "duration": 0.48831399995833635, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 58.56230200000573, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 58.994597000069916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 58.14252399990801, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 58.80587400007062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 59.213887999998406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 59.88129300007131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 59.36615300003905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 59.34402099996805, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.5219970000907779, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.352876999997534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.84635199990589, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.52430699998513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.92356700007804, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.89755100000184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.58371999999508, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.0642269999953, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.06224100000691, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 0.42446400003973395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 58.77268399996683, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 59.014583999989554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 57.6631870000856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 58.30232599994633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 58.20123300002888, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 58.26316500001121, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 57.88822300010361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 58.78967399999965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.4499020000221208, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 59.85536599997431, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 59.61513900000136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 59.547983000054955, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 59.042051999946125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 57.927617999957874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.07377300004009, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.046960000065155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 58.58928399998695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 0.44978100003208965, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 56.637799999909475, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.91846399998758, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 58.260167000000365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.03361500008032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.163386000087485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.7087659999961, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.5455330000259, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 57.94788200000767, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 0.41260100004728884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 57.49014799995348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.61909100005869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.23092900007032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.95962799992412, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.18388400005642, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.711649999953806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 58.58210999995936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 60.03379499993753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 0.48586899996735156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.969366000033915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.53343800001312, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 58.80027100001462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 58.94212899997365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.428667000029236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.21354200004134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 57.54007399990223, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 59.01507299998775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 0.5869280000915751, "failureMessages": [ "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 59.24977100000251, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 59.24920399999246, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 58.34116700000595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 58.82002900005318, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 58.703525000019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 59.48687999998219, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 58.49740000010934, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 58.68725199997425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 0.48130099999252707, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 60.21218300005421, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 59.91136999998707, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 60.0565709999064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 59.797454999992624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 59.52521799993701, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.268923999974504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 61.099596000043675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 62.87138199992478, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 0.4988439999287948, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 59.99451999994926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.88583700009622, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.60072099999525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.43716199998744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.45886099990457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.44975099992007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.296678000013344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 58.399344000034034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 0.6230660000583157, "failureMessages": [ "inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 59.302509999950416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 59.0896880000364, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 58.70126500003971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 58.1424639999168, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 57.54677599994466, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 57.89153899997473, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 57.93851899995934, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 57.459367999923415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 0.4966499999864027, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 59.42900600004941, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 60.23734600003809, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 57.93372299999464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 58.3126269999193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 59.445428999955766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 58.152307000011206, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 58.84467500005849, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 57.34744099993259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 0.4947650000685826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 60.43189899995923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 59.25653200002853, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 59.08475499995984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 57.776522999978624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 58.131859999964945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 58.43333599995822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 59.9035889999941, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 59.58655699994415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 0.6602859999984503, "failureMessages": [ "same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 58.48433200002182, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 58.0133719999576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 58.93175200000405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 60.27722199994605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 59.58306099998299, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 59.84930700005498, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 59.59270399995148, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 59.47921400004998, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 296683.32779700006, "end": 298832.31920200004, "runtime": 2149, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.49044800002593547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.590770999901, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.46332199999597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.39813200000208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.09513799997512, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.902970000053756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.669010999961756, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.4366920000175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.78028000006452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4453230000799522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.799025999964215, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.45342300005723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.94388399994932, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.61673799995333, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 58.61565499997232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 58.80437099991832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.00681400008034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 58.94343200000003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 0.41772199992556125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 59.44680400006473, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 60.83108599996194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 60.83632500004023, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 60.76899199991021, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 60.35138300003018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 58.547023999970406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 59.12247300008312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 58.49161800008733, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 0.5936099999817088, "failureMessages": [ "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 59.66696199995931, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 59.11042400007136, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 58.18734500010032, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 59.2579459999688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 59.53360399999656, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 58.89384000003338, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 58.78125400003046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 59.941852000076324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 122, "numPendingTests": 0, "perfStats": { "start": 298914.578383, "end": 307162.65376300004, "runtime": 8248, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "angular_async.js" ], "duration": 0.4324379999889061, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 63.2449000000488, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 62.99390200001653, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 62.37262699997518, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 61.49047000007704, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 62.21324499999173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 63.065463999984786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 63.843246000004, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 62.95255599997472, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 0.43792900000698864, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.70055900001898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.25959000003058, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 61.48198100004811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 62.75568200007547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 60.910931000020355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 61.8147459999891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 61.48094100004528, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 61.09471099998336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 0.49335299991071224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.42876000003889, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.603470999980345, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 61.64100099995267, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 61.7826650000643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 61.51542900002096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.23149099992588, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 63.44411699997727, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 62.241369999945164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 0.6675579999573529, "failureMessages": [ "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.40014599997085, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 62.952064000070095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 61.25788100005593, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 62.081667000078596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 61.87757400004193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 62.55139100004453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 64.85179500002414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 63.33782999997493, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 0.47452799999155104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 66.35573800001293, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.18894999998156, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 63.141895000007935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 63.24830799992196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 63.332200999953784, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 63.38825600000564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 63.40981700003613, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 64.19160099991132, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 0.5133800000185147, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 75.23988300003111, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 72.98839799989946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.4954709999729, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.0030610000249, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.18697400006931, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 68.44022399990354, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 68.0454440000467, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 67.56555099994875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 0.8797460000496358, "failureMessages": [ "test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 89.58212800009642, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 73.87818800006062, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 74.54509699996561, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 68.56713400001172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 68.96765700005926, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 73.99156999995466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 71.67042099998798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 71.30964499991387, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4502319999737665, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.98654899990652, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.009797999984585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.81983300007414, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.690767999971285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.0396330000367, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.763039999990724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.30614899995271, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.588480999926105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4477879999903962, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.98150400002487, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.09780900005717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.58263899991289, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.582350000040606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.33691299997736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.09242100000847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.18933100008871, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.60786999994889, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.47718300006818026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.58682199998293, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.49790099996608, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.07735999999568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.05136200005654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.59340400004294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.2748230000725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.058197999955155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.950436000013724, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6343070000875741, "failureMessages": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.06394200003706, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.293545999913476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.363096999935806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.87579100008588, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.524313999922015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.62251599994488, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.7809389999602, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.92772599996533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.41740100004244596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.68447500001639, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.80354100000113, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.11880900000688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.98051799996756, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.47664000000805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.7826280000154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.05385200004093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.93779599992558, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4266780000180006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.270116000087, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.9351279999828, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.49147000000812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.68304700008593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.12093700002879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.55512799997814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.04087300004903, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.76233900000807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8660799999488518, "failureMessages": [ "test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 91.36800500005484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.31999699992593, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.5287450000178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.86597499996424, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.19134900008794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.77240899996832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.74048300005961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.68486000003759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 307252.84271800006, "end": 307799.51939200005, "runtime": 547, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.3907609999878332, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.16070000000764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.462447999976575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.83571400004439, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.285207999986596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.99089999997523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.99153999995906, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.31821699999273, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.99370500002988, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 307892.79071800003, "end": 310067.107063, "runtime": 2174, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.42057600000407547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.223686999990605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.677533000009134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.14254299993627, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.50815299991518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.604326000087894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 58.70831400004681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.438596999971196, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.29496400000062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.4449830000521615, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.62048499996308, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.02319000009447, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.688601000001654, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.112387000001036, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.59739799995441, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.04946599993855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.805638000019826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.18920300004538, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 0.6498160000192001, "failureMessages": [ "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.65464600000996, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.89169999992009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.39647299994249, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.319750000024214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 58.657064999919385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.4683429999277, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 60.528636000002734, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 59.40741399989929, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 0.47780400002375245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 59.62086000002455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.01287199999206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.12912099994719, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 61.42683699994814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.29827899998054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.37150599993765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.30527799995616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 60.89139600005001, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 180, "numPendingTests": 0, "perfStats": { "start": 310152.266296, "end": 321015.438966, "runtime": 10863, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 20, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async.js" ], "duration": 0.41433499997947365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.35900799999945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 60.784910000045784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.36145900003612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.04377200000454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 58.92571599991061, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 59.518902999931015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 59.10049300000537, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 59.55716600001324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.5235800000373274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.752650999929756, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.73805599997286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.9926620000042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.29703699995298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.16617400001269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.64251899998635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.32769299997017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 59.9406579999486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 0.4192449999973178, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.589850999997, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.099731000023894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js" ], "duration": 58.88951000000816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js" ], "duration": 58.48465599992778, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 58.27506600006018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js" ], "duration": 58.89098699996248, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js" ], "duration": 58.49763700005133, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 59.770027999999, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.5791540000354871, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 65.02147700008936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.599130999995396, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.823622999945655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.467510000104085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.145317999995314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js" ], "duration": 60.549597000004724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.665922999964096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 59.04265499999747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 0.42961400002241135, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.284464000025764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.60939899994992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.773649999988265, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.32304200006183, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.15491699997801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js" ], "duration": 60.48205900005996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.658318000030704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 59.421364999958314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 0.41355299996212125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.59253100003116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.10748300002888, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.76841399993282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 60.04382599995006, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 58.84963800001424, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 58.795493999961764, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.22399600001518, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 59.16049300006125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 0.4451829999452457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.7818729999708, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.216059999889694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 58.54039300000295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 58.75342899991665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 58.65458699990995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.29932600003667, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 59.405849999981, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 60.20399599999655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 0.4735150000778958, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.75238399999216, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.415686000022106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.6306259999983, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 58.68092500010971, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.10334500006866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.55146600003354, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 59.4734569999855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.273526999983005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 0.43299000000115484, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.871209000004455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.9975390000036, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.60339699999895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.466804999974556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.71859599999152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.90132699999958, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.930640000035055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.5813049999997, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.4851179999532178, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.518156999954954, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.062887000036426, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 59.47540899994783, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 59.591333999997005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.56709899997804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.511664999998175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.26923199999146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 59.33646600006614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 0.4180019999621436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 61.630411999998614, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 61.68422900000587, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.68725800001994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 58.88998499989975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.52658299996983, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.50325900001917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.06521400006022, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 59.58367800002452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.4318879999918863, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 63.33581399999093, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.83571100002155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.10591400007252, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.24215499998536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.355041999951936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.348735000006855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.92507200001273, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 59.4109569999855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 0.4289730000309646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 59.446706000017, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 59.39578199991956, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.13779099995736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.2498070000438, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 59.89670299994759, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.65538300003391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.30107699998189, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 60.12759599997662, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.505386000033468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.755279000033624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.55603700003121, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.921031999983825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.43151099991519, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.87112599995453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.68943900009617, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 60.152668999973685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.287154000019655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 0.4235119998920709, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.037154000019655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.092605000012554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.345464000012726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 58.60879800003022, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.26007300009951, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 60.00177800003439, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 59.32391299994197, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 59.4351500000339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 0.40892499999608845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.72368199995253, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.136522999964654, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.56401099998038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.09021599998232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.744978999951854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 60.124993000063114, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 61.0477129999781, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 59.204377999994904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 0.4938540000002831, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.4102229999844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 61.30528999993112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 61.81735300004948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 74.81634899997152, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 59.62769999995362, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 59.88230299996212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 60.18650800001342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 59.48358899995219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 0.4911390000488609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.37778999994043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.506211000029, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.527215000009164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.82716999994591, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 59.80680499994196, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 59.04909799993038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 60.89254200004507, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.197703000041656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 0.4755190000869334, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.72622099996079, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.08678799995687, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.32721900008619, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.39803199993912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.411032999982126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 59.852811000077054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.00480699993204, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 60.599348000017926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.41632899991236627, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 62.32775799999945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.47776599996723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.5702689999016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.07454200007487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.85142399999313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.680973000009544, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.80977100005839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.86352299991995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 321110.27587500005, "end": 323272.39845, "runtime": 2162, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4225810000207275, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.71075099997688, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.95548799994867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.302183000021614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.040767999948, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.26486200001091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.66731099993922, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.571670999983326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.874147000024095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 0.4820420000469312, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.22749700001441, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.14655999990646, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.528028999920934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.097065999987535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 57.738308000029065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.01328000007197, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.324568999931216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.98194500000682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 0.482984000002034, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.77998300001491, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.5958030000329, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.42251499998383, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 59.944957999978215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.177111999946646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 59.04492100002244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.71939199999906, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.07982400001492, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 0.5192510000197217, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.84474099997897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.07302799995523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.344943000003695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.15223899995908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 57.58766600000672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.48698599997442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.16397799993865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.58575600001495, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 323357.580446, "end": 325051.76986600005, "runtime": 1694, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 24, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.7181229999987409, "failureMessages": [ "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 60.67981900006998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 58.63955199997872, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 1.614159999997355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.9346190000651404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8336389999603853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 58.917176999966614, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.45166499994229525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.305184000055306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 60.21471800003201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.4259880000026897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.9972760000964627, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.9308210000162944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.22095999994781, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.6436640000902116, "failureMessages": [ "async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.91935099998955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 60.56672300002538, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 1.3886679999995977, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.9874379999237135, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8601800000760704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 60.67875800002366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.4354139999486506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.828873999998905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 58.55351100000553, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 1.435725999996066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8925100000342354, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.8308650000253692, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.41800299996976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.49823200004175305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 60.143971999990754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 59.59969699999783, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.3112229999387637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.9166650000261143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8824110000859946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 58.6706449999474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.5941619999939576, "failureMessages": [ "nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 58.47085799998604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 60.23066500003915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 1.3793810000643134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.9143710000207648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.8986119999317452, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 59.95592899993062, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.6465600000228733, "failureMessages": [ "valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.21254599990789, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.03613099991344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 1.499515000032261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.9401289999950677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8380579999648035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.87582800001837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 325151.28182000003, "end": 325345.16974200006, "runtime": 194, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.5728919999673963, "failureMessages": [ "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 2.3060540000442415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.9603770000394434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.8719010000349954, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.9140909999841824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 59.40493700001389, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 59.53855499997735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 325430.29962199996, "end": 325859.851428, "runtime": 430, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.5202929999213666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 65.60081800003536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.92422899999656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.164361000061035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.039617000031285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.21583699993789, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.21176299999934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 325942.68932600005, "end": 326185.33039899997, "runtime": 243, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.41833300003781915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.74490699998569, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.2116470000473782, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.6971050000283867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.7641699999803677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.85925999993924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.7335820000153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 117, "numPendingTests": 0, "perfStats": { "start": 326272.65226600005, "end": 333612.273556, "runtime": 7340, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functional_compose.js" ], "duration": 0.40205200004857033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 71.40168700006325, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 67.7440329999663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 66.37103899999056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.65586599998642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 62.665565000032075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 67.51526000001468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.63803100003861, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 66.37867000000551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 0.45700399996712804, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 63.01433800009545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.49087800004054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.36121599993203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.20404800004326, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.41582299990114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.755308000021614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.250737000023946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.88263999996707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 0.47457800002302974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 65.42517000006046, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.47653999994509, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.78036400000565, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.37126599997282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.56927099998575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.03341699996963, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.05520400009118, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.87332000001334, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 0.40829299995675683, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.442017999943346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.917593999998644, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.63156100001652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.12825400009751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 59.85655500006396, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.74047199997585, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.42622000002302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.273574999999255, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 0.397093000006862, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 62.33454700000584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.26389499998186, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.03805500001181, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.48898000002373, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 59.81508800003212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.989550000056624, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.222712000017054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.12869300006423, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 0.40992699994239956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 70.23026900005061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 65.07413800002541, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.78905299992766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.42438100010622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.3851329999743, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.41414900007658, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.84959999995772, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.196530000073835, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 0.40060000005178154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.9988659999799, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.04770700004883, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.313198999967426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.592345999903046, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.11710899998434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.37630500004161, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.33400500006974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.4467729999451, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 0.42758000001776963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 68.30641700001433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.61231500003487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.06641099997796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 65.68521999998484, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 67.66578500007745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 65.75758799992036, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 65.34569600003306, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.39117700001225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 0.4717129999771714, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 67.55519500002265, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 60.824845999944955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 72.2634900000412, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.448858999996446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.32797799992841, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.98515500000212, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.23125399998389, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.13081500004046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 0.5000859999563545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 64.96611400006805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.97707700007595, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.78530200000387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.21011200000066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 59.380079000024125, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.23303499992471, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.120374999940395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.581471000099555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 0.41156999999657273, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.76336199999787, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.833192000049166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.510599999921396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 59.80446999997366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 59.987017999985255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.51963600004092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.49809100001585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 59.96296999999322, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 0.4586979999439791, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.778322000056505, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.534527000039816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.70830900000874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.95440899999812, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.449399999924935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.56843200000003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.5840540000936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 60.89064899994992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 0.46396800002548844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.0106149999192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.46350399998482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 61.81145099992864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.11335300002247, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 60.30905499996152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.36872999998741, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.879958000034094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.09453999996185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 333695.49257600005, "end": 334124.2378, "runtime": 429, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after-key.js" ], "duration": 0.41792200005147606, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.40044199989643, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 60.08695499994792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 61.37100399995688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 59.81973999994807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 61.04693599999882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 65.8062810000265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 40, "numPendingTests": 0, "perfStats": { "start": 334206.709405, "end": 336793.96858800005, "runtime": 2587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functions.js" ], "duration": 0.3920129999751225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js" ], "duration": 62.355526000028476, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.64703700004611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.98670000000857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 59.86193400004413, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.36727200006135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 59.75811099994462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 0.5862669999478385, "failureMessages": [ "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.73102900001686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.902391999959946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.27075100003276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 61.24103999999352, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 61.20567899988964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 63.10087899991777, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 0.5483860000967979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js" ], "duration": 64.17808199999854, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 62.803023000014946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 63.45429400005378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 62.5008079999825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.49751799996011, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.695136000053026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 0.413514000014402, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.320968999993056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.25107899995055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.190533999935724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 60.923285000026226, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.26547800004482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 60.100059999967925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 0.6190679999999702, "failureMessages": [ "objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 60.59821600001305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 59.855564000084996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 60.00543299992569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 60.28022200008854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 60.63623299996834, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 60.75901700009126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 0.4474869999103248, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.16770699992776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.41288800002076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 65.6452500000596, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 61.94385399995372, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.83080200001132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.71666100004222, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 70, "numPendingTests": 0, "perfStats": { "start": 336882.89359800005, "end": 341356.09646500007, "runtime": 4473, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4013610000256449, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 68.9200149999233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.29587999999058, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 66.96675700007472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 64.17374499992002, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.34024100005627, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.63280000002123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.3920030000153929, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.64844300004188, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.06500100006815, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.58132100000512, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.40135500009637, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.49010600009933, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.38719400006812, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 0.38459999999031425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.885630000033416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 62.10480600001756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 61.91794099996332, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 62.744107000064105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 62.3965699999826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 60.90241600002628, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.3846800000173971, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 71.22457299998496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 71.51565299998038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.96845699998084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 64.902410000097, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 70.909673999995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 68.19355299999006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 0.38076199998613447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 62.842591999913566, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.171753000002354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 60.84081199998036, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.68634600006044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 62.16058599995449, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.72177900001407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.4370179999386892, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 107.73187199991662, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 77.24147200002335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 65.20432999997865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 62.95326199999545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 64.25321499991696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 70.21745500003453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.4144650000380352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 60.55814599990845, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.051508999895304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 58.66317999991588, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.47661900008097, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.07919099996798, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 57.82690400001593, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 0.3999980000080541, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.73851499997545, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.04300200007856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.06814200000372, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.7879950000206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.09648800001014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 62.954547000001185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.5035820000339299, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 67.0815050000092, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.107643000083044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 68.80480199994054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.24156300001778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 64.33887600002345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 65.41048500000034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 0.4832240000832826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 59.59176400001161, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 59.286242999951355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 58.575055000022985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 58.90682400006335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 59.347036999999546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 59.39177899993956, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 341442.759479, "end": 342514.86920099996, "runtime": 1072, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 0.39059099997393787, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.59890700003598, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.65302299999166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 57.864152999944054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.33785200002603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 59.38926199998241, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.42078299995046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.304976999992505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 58.47114799998235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 0.4509539999999106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 62.67751700000372, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 64.89288300008047, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.41460499993991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.41072200005874, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.08656099997461, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.45880400005262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.207135000033304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 59.836207999964245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 342610.19693700003, "end": 343826.852833, "runtime": 1217, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 0.3983649999136105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.79324099991936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.068622999941, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.13178399996832, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 58.98752899991814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 59.79365999996662, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 58.17070700007025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 0.3867029999382794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.3786680001067, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 59.83523500000592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.474825999932364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.67100700002629, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.00396699993871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.052096999948844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 0.48605900001712143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 1.5572529999772087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 56.75430100003723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 59.613850000081584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.3344620000571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 58.891602999996394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 57.66395799990278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 343914.25499000004, "end": 344039.97436800005, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export.js" ], "duration": 0.7842569999629632, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 1.188224000041373, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.877401000005193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.77090300002601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 62.3168880000012, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 344128.46675400005, "end": 344377.67704900005, "runtime": 249, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.452216999954544, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 1.2750160000286996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7789970000740141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7006009999895468, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 61.37314700009301, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.6677999999374151, "failureMessages": [ "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 1.1572959999321029, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7959179999306798, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7788670000154525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 59.55129400000442, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 344464.681051, "end": 344593.50025000004, "runtime": 129, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.6460690000094473, "failureMessages": [ "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 1.2323050000704825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.863465000060387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7662830000044778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 63.27335899998434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 344680.40899699996, "end": 345440.55385100003, "runtime": 760, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "computed.js" ], "duration": 0.6011650000000373, "failureMessages": [ "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.197851000004448, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.8534460000228137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7912609999766573, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 63.37313500000164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6024469999829307, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.2299610000336543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.9143609999446198, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7415180000243708, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.54354600002989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6239669999340549, "failureMessages": [ "record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record.js" ], "duration": 1.1129819999914616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7417279999936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.6773069999180734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record.js" ], "duration": 62.66734400007408, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.6077769999392331, "failureMessages": [ "shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 1.2214849999872968, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.8656499999342486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7920209999429062, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 60.46461300004739, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.634336999966763, "failureMessages": [ "spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 1.0620669999625534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.795799000072293, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.6962819999316707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.65787599992473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.597016999963671, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9589039999991655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7269199999282137, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7245750000001863, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 62.196801999933086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 345532.09041299997, "end": 346084.4429, "runtime": 552, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-comments.js" ], "duration": 0.6092899999348447, "failureMessages": [ "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 1.105989000061527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7745300000533462, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7134749999968335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 61.247812999994494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7640290000708774, "failureMessages": [ "fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 1.1109079999150708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7453139999415725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7052690000273287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 66.31088000000454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.8032929999753833, "failureMessages": [ "hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 1.086894000065513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7714840000262484, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.7085459999507293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 71.34059099992737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7804800000740215, "failureMessages": [ "minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.0998880000552163, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7689289998961613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.6928659999975935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 72.26576700003352, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 346175.02408999996, "end": 346303.261773, "runtime": 128, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6095799999311566, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 1.2671409999020398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.8931309999898076, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7448640000075102, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.665751999942586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 346393.817059, "end": 346672.589165, "runtime": 279, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7320399999152869, "failureMessages": [ "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 1.2368850000202656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.828239000053145, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.6991679999046028, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 61.27410000003874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.8688460000557825, "failureMessages": [ "do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do.js" ], "duration": 1.2418329999782145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.8507420000387356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7553929999703541, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do.js" ], "duration": 64.06363700004295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 346764.69698899996, "end": 346890.772032, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7300860000541434, "failureMessages": [ "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 1.3027679999358952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.9202720000175759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7652820000657812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 61.146331000025384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 346979.83900400007, "end": 347105.529357, "runtime": 126, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7530490000499412, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.0767650000052527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7368390000192448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8485580000560731, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 60.989700000034645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 347192.85439600004, "end": 347318.02292600006, "runtime": 125, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.6686319999862462, "failureMessages": [ "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 1.4190059999236837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7978430000366643, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7476890000980347, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 60.79344699997455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 347404.74608199997, "end": 347769.170772, "runtime": 364, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.43527500005438924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 1.4386609999928623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.48648399999365, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.467356000095606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.54925399995409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.503100999980234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.43038599996362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 347855.52896600007, "end": 348421.58056699997, "runtime": 566, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4679450000403449, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 67.00129899999592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.82270799996331, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.49582800001372, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.322686000028625, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 61.47067499998957, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.764504999970086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.3996160000097, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 62.987594999955036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 348510.854831, "end": 349054.98733000003, "runtime": 544, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 0.661348000052385, "failureMessages": [ "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.61570000008214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.45695700007491, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.635453000082634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 61.05953799991403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.88716700009536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.69444200000726, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.20048300002236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.77942700008862, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 47, "numPendingTests": 0, "perfStats": { "start": 349150.06959900004, "end": 350991.38837100007, "runtime": 1841, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.6098309999797493, "failureMessages": [ "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.9531929999357089, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.7220209999941289, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.58689699997194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.86771899997257, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.39368700003251433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.176621999940835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8280899999663234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.147477000020444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.11395000002813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.757537999888882, "failureMessages": [ "member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.2500390000641346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.850832000025548, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 64.88456300005782, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.3801519999979064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "methods.js" ], "duration": 1.1075519999722019, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.8970480000134557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 62.779724000021815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 63.77461099997163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.39417799992952496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 1.0260300000663847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.7766829999163747, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 61.33191499998793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 62.85737700003665, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.39693299995269626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 1.1741560000227764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.7580979999620467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 64.28456099994946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 64.26020799996331, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.38653299992438406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 1.0938160000368953, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.8159669999731705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 62.185834000003524, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 62.63617399998475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.42483499995432794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.1557920000050217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.7899779999861494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.36898900009692, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.88789100002032, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.381184000056237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 1.0754019999876618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.7303860000101849, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.20976100000553, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.83086099999491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.37965999997686595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux.js" ], "duration": 1.015750000020489, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.6730799999786541, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 61.14714999997523, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 63.52222200005781, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 351083.52246, "end": 352233.553361, "runtime": 1150, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 0.3873749999329448, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 65.46303700003773, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.992494000005536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.076078000012785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.22321399999782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.91046899999492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.91977599996608, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.6658260000404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 63.08585100003984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 0.38560199993662536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.95758300006855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.80298000003677, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 63.55333400005475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 67.03299800003879, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.19356299994979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.67928100004792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.41623299999628, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 62.93633299996145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 352323.46355, "end": 352531.939031, "runtime": 208, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "private-in.js" ], "duration": 0.4614630000432953, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 1.2866569999605417, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 0.7977219999302179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 59.51902899995912, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 59.872118999948725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 352618.320036, "end": 352796.929824, "runtime": 179, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.4196160000283271, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 1.178675000090152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.7648010000120848, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 58.903114999993704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 58.75172299996484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 352886.11802299996, "end": 353433.370384, "runtime": 547, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 0.43565499992109835, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.49437900003977, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.07916100008879, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.675287999911234, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.320582999964245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.11652400007006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.512572999927215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.30102100002114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 59.97766199999023, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 353522.518487, "end": 354008.472499, "runtime": 486, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 0.38023200002498925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 59.59084700001404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 59.855576999951154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 1.1712619999889284, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 60.709176999982446, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 0.3809720000717789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 60.89821200002916, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 60.72024599998258, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 1.027762999990955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 60.09418899996672, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 354098.27774100006, "end": 354405.523469, "runtime": 307, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "interfaces.js" ], "duration": 0.383737999945879, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.253648000070825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.66957199992612, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.88891799992416, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 61.145581000018865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 354494.802458, "end": 355615.737323, "runtime": 1121, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object-property.js" ], "duration": 0.6146590000716969, "failureMessages": [ "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.86328499997035, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.92258200002834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 61.62260899995454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.477401999989524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 61.869416999979876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 62.13110300002154, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 61.67205199995078, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 60.56519599992316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 0.49397399998269975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.57894300005864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.597302999929525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.06447600002866, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 60.60741500009317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 60.630011999979615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.403303000028245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.981391999986954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 62.52329899999313, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 355706.158498, "end": 356861.99187699996, "runtime": 1156, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.38049199990928173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 65.60027199995238, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.69471099996008, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.159148999955505, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.29508299997542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.96263700001873, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.9252329999581, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.62599500000942, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.41635600000154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.6020069998921826, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 66.51265799999237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.57231899991166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 62.71015499997884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.17984999995679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.44480499997735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.81723399995826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.07632200000808, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.68674799997825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 356948.532653, "end": 357530.2659860001, "runtime": 582, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 0.6409790000179783, "failureMessages": [ "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.90161500009708, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 67.0176939999219, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.54906300001312, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 65.0197619999526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.82732599996962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.79673699999694, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 64.37967300007585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 62.19483199995011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 357619.994737, "end": 358199.974805, "runtime": 580, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "inline.js" ], "duration": 0.376414000056684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.14357700000983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.82818199996836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.91003999998793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.502623999956995, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.563625999959186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.74712900002487, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.33805699995719, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.20646599994507, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 358292.44077700004, "end": 358861.882751, "runtime": 569, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "special-cases.js" ], "duration": 0.5248519999440759, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.23827099998016, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.256678000092506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 58.47129500005394, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.27478099998552, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.16310100001283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.13639800006058, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.35138700006064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 59.88139200001024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 76, "numPendingTests": 0, "perfStats": { "start": 358950.700645, "end": 363971.759176, "runtime": 5021, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 0.6498360000550747, "failureMessages": [ "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 61.7772840000689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.06449500005692, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 61.9349659999134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 60.55341799999587, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 60.185785999987274, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 60.701551999896765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 60.54906000010669, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 61.64514300005976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 0.6108229999663308, "failureMessages": [ "issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.19227299990598, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.54698099999223, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 58.34565300005488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 60.04226700006984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.63139100000262, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 60.41691399994306, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 59.412453999975696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 60.229766999953426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 0.3964319999795407, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 61.876202000072226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 59.631321999942884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 59.729647999978624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.60403599997517, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.98053399997298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 61.02960999996867, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 61.52088399999775, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.37428300001193, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 0.38599199999589473, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 59.534587000031024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 59.92028000007849, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 60.22065799997654, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 59.35632999998052, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.15808300010394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.20700400008354, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.426264000008814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 58.92440599994734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 0.5993620000081137, "failureMessages": [ "issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.598725000047125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.5495139999548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.423241000040434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.807980000041425, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.52068799990229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.65992499992717, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.44653900002595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.536510000005364, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 0.6050819999072701, "failureMessages": [ "issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 61.940388999995776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 62.38333300000522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.066334999981336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.45727000001352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.51014199992642, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.9473210000433, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.88814599998295, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 61.153151000034995, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 0.6481120000826195, "failureMessages": [ "issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.093589999945834, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.391921999980696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.883502000011504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.42496299999766, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 59.51993800001219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.96495799999684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.86358000000473, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.51056100009009, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.40279399999417365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.483116000075825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.85119700001087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.04583299998194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.952870999928564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.228690000018105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.57583600003272, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.06535199994687, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.530807000002824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7225619999226183, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 107.12227500008885, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 75.3811370000476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 68.8795219999738, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.3403540001018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.92125100002158, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.5477869999595, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.00963500002399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 70.9640280000167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 364065.55460599996, "end": 364612.559534, "runtime": 547, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.7520670000230893, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.79060599999502, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.01465200004168, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.67534700001124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.08703999989666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.726332000107504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.69267800007947, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.19457799999509, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.40754000004381, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 364704.290741, "end": 365265.34718300006, "runtime": 561, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.3995880000293255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.64771699998528, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.19273400004022, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.86102499999106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.61821200000122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.67446699994616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.98790900001768, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.2376589999767, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.66558599995915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 365387.131464, "end": 366490.890949, "runtime": 1104, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.4757800000952557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.78011799999513, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.912383000017144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.35460500000045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.80586399999447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.685110999969766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.49862500000745, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.54527599993162, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.0485209999606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.40700100001413375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 59.847898000036366, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.52825600001961, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.57352299999911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.15105999994557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 57.762451000045985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.23553499998525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 58.37451900006272, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 59.58717199997045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 366579.18076700007, "end": 367123.04117800004, "runtime": 544, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "update_expression.js" ], "duration": 0.379480000003241, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 60.61018700001296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 60.50421600008849, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 59.60111899999902, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.08274799992796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 59.550108000054024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 60.77425199991558, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.06210600002669, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 59.91932300000917, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 367227.22659, "end": 368837.47652300005, "runtime": 1610, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "combining-characters.js" ], "duration": 0.399667999939993, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 60.182580000022426, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.42840900004376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.632896000053734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 58.64026399992872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 58.77876999997534, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.341179999988526, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 58.80068100010976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 59.35071400005836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 0.3958499999716878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keys.js" ], "duration": 60.08283800003119, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.07677400007378, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 57.40843000006862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.22799899999518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 57.929465000052005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.61387000000104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 58.510159999947064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 57.95561399997678, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 0.41286200005561113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 57.94266299996525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 58.276411000057124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 57.04917600005865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 58.48875600006431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 57.38896000001114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 58.19284599996172, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 60.16104200005066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 63.774240000057034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 368929.170681, "end": 370213.92845700006, "runtime": 1285, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.7295850000809878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 123.80580899992492, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.51341900008265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.57856499997433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.76109899999574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 71.44993300002534, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 77.01335799996741, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 74.13291300006676, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 82.939887000015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 0.39057100005447865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.582371999975294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.568186999997124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 63.33742399991024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.47826200001873, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 58.885128000052646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.62188799993601, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.795189999975264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 59.803430999978445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 370329.28144100006, "end": 371402.72245999996, "runtime": 1073, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object.js" ], "duration": 0.5367240000050515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.71902900002897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.89713900000788, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.148056000005454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.02582700003404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 57.93557899992447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 57.95726200006902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.09638000000268, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 58.00924300006591, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 0.4090759999817237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.67513200000394, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 61.90464200009592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "series.js" ], "duration": 59.623879999970086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "series.js" ], "duration": 57.94039400003385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.0848479999695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "series.js" ], "duration": 59.30397299991455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.015700999996625, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 60.16872600000352, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 371495.82267100003, "end": 373119.81360600004, "runtime": 1624, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "catch.js" ], "duration": 0.3734990000957623, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.13390300003812, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.41393899999093, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.49713499995414, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.35777300002519, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 64.75632799998857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.43509000004269, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.23939100001007, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 60.6939269999275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.42317099997308105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.23256700008642, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.36322499997914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.53127699997276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.22495699999854, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.20335399999749, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.17034299997613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.712715000030585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.8042279999936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.37618399993516505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.408190999994986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.66595900000539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.31473699992057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.484708999982104, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.25602099997923, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.782985999947414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.703560000052676, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 59.68833900010213, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 373214.60069500003, "end": 374869.17949700006, "runtime": 1655, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.39609199995175004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 69.30563399998937, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.71727799996734, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.42616200004704, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.30742600001395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.34888099995442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.899694999912754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.66896999999881, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.47553900000639, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4985230000456795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.03805900004227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.36106699996162, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.39243799995165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.826276000007056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.03250500001013, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.84380000003148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.84758200007491, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.93016800004989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.3847300000488758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.42326700000558, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.418132000020705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.739128999994136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.56804699997883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.868519000010565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.751820000004955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.20547200005967, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.841872000019066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 374968.68951299996, "end": 378308.18492500007, "runtime": 3339, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 4, "unmatched": 1, "updated": 0, "uncheckedKeys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 0.4573559999698773, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 60.27845999994315, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 60.889270999934524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.52622200001497, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 59.45910099998582, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.396454000030644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 59.49322800000664, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 58.524757999926805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 57.827699000015855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 0.37829700007569045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 59.47494099999312, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 60.21443999989424, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 59.210780999972485, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 57.840815000003204, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 58.869126000092365, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 58.49811899999622, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 59.04772299993783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 58.696438000071794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 0.40502800000831485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 85.33714799990412, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 69.58858799992595, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.79201600002125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.16240899998229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.22870200010948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 72.67797000007704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 65.50869300006889, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 66.99277800007258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 0.9105240000644699, "failureMessages": [ "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.805784999975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 62.94583599991165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 62.28047500003595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 62.90608500002418, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 60.365090000093915, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 63.41801799996756, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 63.740838999976404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 63.25460200000089, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 0.442968999966979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 60.56984799995553, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.216425999999046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 57.50832300004549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 58.29126100009307, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 59.487859999993816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 59.69371000002138, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 59.30416499997955, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 60.54173400008585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 0.4337910000467673, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 60.43319400004111, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 59.749695000005886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 57.942333000013605, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 60.547858000034466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 58.53777799999807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 59.7298900000751, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 59.00360300007742, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 58.06222500000149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 378412.192894, "end": 381680.578479, "runtime": 3268, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.47540900006424636, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.93332599999849, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.25667099992279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.15995000000112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.8458999999566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.66046499996446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.80800499999896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.7861340000527, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.51347000000533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 0.6775079999351874, "failureMessages": [ "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 75.53528800001368, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 63.671914999955334, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.712826000060886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.2167190000182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.256782999960706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 59.36361300002318, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 58.32804099994246, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 60.475988000049256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 0.38953899999614805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 60.59041399997659, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.96718899998814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 60.87696899997536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.861410000012256, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.70718999998644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 60.25319399998989, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 59.40221400000155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 61.76342299999669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 0.3738000000594184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.71499600005336, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.99452900001779, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.870690000010654, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.82816599996295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.6809699999867, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.93357799993828, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.099519000039436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.12910899997223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 0.38294599996879697, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.204537999932654, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.895419000065885, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.345193000044674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.042024999973364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 56.99405699991621, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.66024700005073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.273878999985754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 58.90077800001018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4285019999369979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 63.228395999991335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.56253100000322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.09025699994527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.39455599989742, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.78180200001225, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.32223900000099, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 59.79071400000248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.34442099998705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 381775.86026900006, "end": 382332.53240100003, "runtime": 557, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "spread.js" ], "duration": 0.3848899999866262, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.97414199996274, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.197493999963626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.48836099996697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 58.00193000002764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.207890999969095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.13543399993796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.490532000083476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.35900900000706, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 25, "numPendingTests": 0, "perfStats": { "start": 382424.505231, "end": 384029.28614800004, "runtime": 1605, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-default.js" ], "duration": 0.3773169999476522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.44690800004173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.276662999996915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.285750999930315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.560168000054546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.651320999953896, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.090251999907196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.27005699998699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.74498499999754, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.6349179999670014, "failureMessages": [ "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.82809600001201, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.76967800001148, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.107585999998264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.96061000006739, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.316706000012346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.16937999997754, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.620593999978155, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.178592000040226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 0.6758850000333041, "failureMessages": [ "parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.51500300003681, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.286630999995396, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.278713000006974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.28075999999419, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 58.67251900001429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.72748599993065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.544183999998495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.4195320000872, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 384147.530438, "end": 384734.279137, "runtime": 587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4802180000115186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 76.9460450001061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.1845500000054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.01169399998616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.15096899995115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 61.98447699996177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.544755000039004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.68388399994001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.29907299997285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 384829.40401399997, "end": 385942.84623699996, "runtime": 1113, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.4702800000086427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.51461900002323, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.77771300007589, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.622174000018276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.460021000006236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.55587100004777, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.706146999960765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.22602299996652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.377627000096254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.48763300001155585, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.27937300002668, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.64415400009602, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.6575990000274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.3634360000724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.41295100003481, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.33634399995208, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.11905300000217, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.00495700002648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 386043.050577, "end": 387679.196811, "runtime": 1636, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "named-amd-module.js" ], "duration": 0.48207200004253536, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 66.825308999978, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 60.16354500001762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 59.96161100000609, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 59.69475800008513, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 57.798950999975204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 58.91377600003034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 59.170858999947086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 58.418197999941185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 0.3878659999463707, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 59.12527900002897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 59.423750000074506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.86045599996578, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.791463000001386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 57.93504000001121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 59.36885600001551, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.654200999997556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 58.14464399998542, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 0.40107100002933294, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.21912599995267, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.858618000056595, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.347558000008576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.749199999962, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 59.93836399994325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.938787000020966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 67.50241399998777, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.15787500003353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 387771.024282, "end": 388330.12185900006, "runtime": 559, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "require.js" ], "duration": 0.6528919999254867, "failureMessages": [ "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.59755900001619, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.09583999996539, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.48601100000087, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 64.65256700001191, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.21510299993679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.9637619999703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.09476799995173, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.033714000019245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 25, "numPassingTests": 308, "numPendingTests": 0, "perfStats": { "start": 388432.92058300006, "end": 408197.93180400005, "runtime": 19765, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 25, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.9844719999236986, "failureMessages": [ "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.60473399993498, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.56761999998707, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.4369810000062, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.764581999974325, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.93936199997552, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.68187799991574, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 58.914200999890454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.777441999991424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 0.7815720000071451, "failureMessages": [ "boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.750625999993645, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.27679300005548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.83096099994145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.0003929999657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 59.55809200007934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.37395299994387, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.23956600006204, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.714674000046216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 0.7762220000149682, "failureMessages": [ "boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.421770000015385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 61.11554999998771, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.74448100000154, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.68816899997182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 57.89956799999345, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.88324599992484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 60.367515000049025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.30043399997521, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 0.7685680000577122, "failureMessages": [ "boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.59878699993715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.29618200007826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.05965099995956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.32512399996631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 58.59123199991882, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.112116000032984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.900726999971084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.08742900006473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 0.7315690000541508, "failureMessages": [ "class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 62.531904999981634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 61.2149849999696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 58.688304000068456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 57.79195800004527, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 57.98920900002122, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.36180499999318, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 60.949609000002965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.56619599997066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 0.7579079999122769, "failureMessages": [ "different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.15178200008813, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 61.598877000040375, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.84669400006533, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.39292699994985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.101707999943756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.650970999966376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.912598000024445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.040972999995574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.697876000078395, "failureMessages": [ "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.495251000043936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.76781500002835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.09746099996846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.918122999952175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.460469000041485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.689281000057235, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.15117800002918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.57055499998387, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 0.7034060000441968, "failureMessages": [ "function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.952158999978565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 61.64892599999439, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 58.58143900008872, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.98551499994937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.8431349999737, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.11866000003647, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.25107500003651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 58.9540219999617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.5762679999461398, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.56655599991791, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.344098999979906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.189129000063986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.343587000039406, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.88691500003915, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.723305999999866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.317210000008345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.52703100000508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 0.7648000000044703, "failureMessages": [ "ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 62.16865899995901, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.08748799993191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.18095899990294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.32308900007047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.94814100000076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.30459199997131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 59.548767999978736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.38780799997039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 0.5625429999781772, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.700378999928944, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.11847500002477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 72.52059199998621, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 62.94328000000678, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.34774299990386, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 59.87137699988671, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 61.12609999999404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.654504999984056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 0.5340589999686927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 61.31364400009625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 62.259920999989845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.786990000051446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 85.66063399997074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 57.996438999893144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.41229399992153, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.40414100000635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.369553000084125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 0.7368679998908192, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.552425000001676, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.07274500001222, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 56.90200100000948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 57.0961140000727, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 57.570961999939755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 89.89459599996917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.49229700001888, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 58.72210999997333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 1.8474970000097528, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.945469000027515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 60.153220000094734, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 57.981112999957986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.3380279999692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.54034200008027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.35541199997533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 58.25875000003725, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 60.0774059999967, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 0.5902939999941736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.523955999989994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 59.88779700000305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 58.53908000001684, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 56.289159999927506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 57.38310700003058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 55.87262899999041, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 57.538944000029005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 56.51088700001128, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 0.5535450000315905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 57.986166000016965, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 57.63754699996207, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.36608399997931, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 56.9082889999263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 55.91404699999839, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 58.46406400005799, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 57.28312200005166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 57.96165800001472, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 0.8417249999474734, "failureMessages": [ "issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 61.689416000037454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 61.10257500002626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 57.91103100008331, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.26037899998482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.24420299998019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.82990899996366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 57.453046999988146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 57.54868999996688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 0.6244779999833554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.38510099996347, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.4671199999284, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.79832900001202, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 60.59129899996333, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.70311399991624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 59.44856200006325, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 61.7733930000104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 58.720548000070266, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 0.7795990000013262, "failureMessages": [ "module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 57.83524599997327, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.60497700003907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 56.70660599996336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.352742000017315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.33357799996156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.87692299997434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.56709799997043, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.117701999959536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 0.8567029999103397, "failureMessages": [ "module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.8924709999701, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 60.09338099998422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.16607099992689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 57.06215000001248, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 55.700313000008464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 57.60549700004049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 81.64245199994184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 57.59542300004978, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 1.3201699999626726, "failureMessages": [ "module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.137945999973454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.65229100000579, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 56.69705600000452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 56.42931099992711, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.087645999970846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 57.396746000042185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 57.68551599991042, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.01173700008076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 0.8421049999305978, "failureMessages": [ "module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.646290000062436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.021386999986134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 57.98622600000817, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.392660999903455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 57.804188999929465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.94450700003654, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.54463399993256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.034394999966025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 0.8877510000020266, "failureMessages": [ "multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 60.32391299994197, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 58.05446699995082, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 56.82848799997009, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 57.43918099999428, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 57.662448999937624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 56.878371000057086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 58.81801699998323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.57535599998664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 0.7653230000287294, "failureMessages": [ "multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.93002700002398, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 59.32558499998413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.57474900002126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.12291199993342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 57.22884499991778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.00537699996494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 59.6477629999863, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 57.34423599997535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 0.5590259999735281, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 57.59027799998876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.34968500002287, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.168520999955945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 57.2597760000499, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 56.72295700001996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 57.55483199993614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 58.675685000023805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 56.84775999991689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.6869760000845417, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.85031100001652, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.018421999993734, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.58613199996762, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.2547219999833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.20859100006055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.56137499993201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.57425499998499, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.84132100001443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.8389989999122918, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.85372999997344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.39675700000953, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.30538799997885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.92875299998559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 57.911659999983385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.68134500004817, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 56.97602399997413, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 57.52657500002533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 0.7653420000569895, "failureMessages": [ "nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.10866500006523, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 57.186577999964356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 56.99963600002229, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.53998200001661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 57.22025500005111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.80599899997469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.27926900004968, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.231630000052974, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 0.5396800000453368, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.63040499994531, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 61.09000600001309, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.8557069998933, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.376940999994986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.37370699993335, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 60.939035999937914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.51818000001367, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 61.343080000020564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 0.7844379999442026, "failureMessages": [ "object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.1665529999882, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.61486299999524, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.364483000012115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.350792000070214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.31028900004458, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.54899500007741, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.868499999982305, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.21126400004141, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 0.76652499998454, "failureMessages": [ "range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.40148000000045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.781193000031635, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.39865600003395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.14647200005129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.93592199997511, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.12877700000536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 71.69370599999093, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.231314999982715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 1.1366759999655187, "failureMessages": [ "range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.31584000005387, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.3488349999534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 57.37435399997048, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 57.41449500003364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 57.85505600005854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.70044000004418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.125797000015154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 58.8643630000297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.8385489999782294, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.16059900005348, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.121218000072986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.227086999919266, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.79478199989535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.64150700008031, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.28119599993806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.92164099996444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.84465100010857, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 0.8477659999625757, "failureMessages": [ "reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.110150000080466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 59.707796999951825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.049377999966964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.26516399998218, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.40615100006107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.45573599997442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 56.9497590000974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.269748999970034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 0.7329309999477118, "failureMessages": [ "start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 56.45469799998682, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 55.801367000094615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 56.252902000094764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.91195099998731, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.23540000000503, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.65387399995234, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 56.70159200008493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 56.44243199995253, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 0.7034459999995306, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 57.10805199993774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.948569000000134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 57.170899000018835, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.220058999955654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 57.650751999928616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.82294300000649, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 57.44529900001362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.790772999986075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 0.8159969999687746, "failureMessages": [ "whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.557505000033416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.01355999999214, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.95258200005628, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.355108999996446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 57.15705999999773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.59655099990778, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.212167000048794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.41058400005568, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 408325.77065900003, "end": 410727.45395600004, "runtime": 2402, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-list.js" ], "duration": 0.5881909999297932, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 79.15590799995698, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 80.80601800000295, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 67.59503700002097, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 65.27571399998851, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 63.452771999989636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 69.01033900002949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 68.45142100006342, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 82.14845600002445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.46372799994423985, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 81.13891700003296, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.87499599996954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.998664999962784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.63791599997785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.635707999928854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.189623999991454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.94933200010564, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.536669000051916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 0.4332100000465289, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 68.12050499999896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.90817099995911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.34902099997271, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 63.01343900000211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 62.322973000002094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 65.5052770000184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 66.23674299998675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 65.66651799995452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 0.4439899999415502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 72.86577699996997, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 67.81874300003983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.77136499993503, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 67.61745200003497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 61.294029999990016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 64.63561999995727, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 67.44486499996856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 64.79118099994957, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 410827.723415, "end": 412059.64032500004, "runtime": 1232, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nested-real.js" ], "duration": 0.4550210000015795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 87.48240499990061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 73.70963699999265, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 73.54167299997061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 75.85155099991243, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 70.04600200010464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 72.54108200001065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 68.34795600001235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.60288899997249, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.5015279999934137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.72427300002892, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.03503699996509, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.85581800004002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.90962499997113, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.188752000103705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.98400100006256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.88391400000546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.52262000006158, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 412167.72437099996, "end": 413968.724912, "runtime": 1801, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "chaining.js" ], "duration": 0.8079620000207797, "failureMessages": [ "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 82.69010900007561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 77.08966099994723, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.92079200001899, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.58005300001241, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 67.43351100001018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 70.59110099996906, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 70.42421399999876, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 80.47206900001038, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.43315099994651973, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.97822500008624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.68503099994268, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.978803000063635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.53212600003462, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.54115800000727, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.739632999990135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.8543949999148, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.66922499996144, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 0.44786800001747906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval.js" ], "duration": 60.648003999958746, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 60.67947799991816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.570401999983005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.757648000027984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 58.77364699996542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.81753400003072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.3320319999475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 59.2226269999519, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 414073.347448, "end": 414613.25291000004, "runtime": 540, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 0.519222000031732, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.24179700005334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 59.28429199999664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.10431399999652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 56.437310999957845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 56.819134999997914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.890129999956116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.130465999944136, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 57.59882399998605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 414720.372404, "end": 416914.60008600005, "runtime": 2194, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.452246000058949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.13435800001025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.30481600004714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.571805999963544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.8837760000024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.3079119999893, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.54742899991106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.194422999979, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.83922500000335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 0.4248549999902025, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.828080000006594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.04070000001229, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.09587000007741, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.12566599994898, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.83102000004146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.346892999950796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.65017399995122, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 58.069436000077985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 0.40741200000047684, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 60.602894000010565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.56558499997482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 60.98909199994523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 60.065833000000566, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.017083999933675, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 60.16135299997404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 61.028766000061296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 59.885130999959074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4371280000777915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.63240499992389, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.17346199997701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.04536700004246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.297168000019155, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.9287169999443, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.38621999998577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.30769400007557, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.69825499993749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 417019.060115, "end": 417580.27853899996, "runtime": 561, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 0.43630599998869, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.23996100004297, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 60.080642999964766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.71363399992697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.065727999899536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.24782599997707, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.11570099997334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.07062400004361, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 59.04306300007738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 417683.89222300006, "end": 419328.29671200004, "runtime": 1644, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.4528670000145212, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.81961600005161, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.857639000052586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.11168600001838, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.780131000094116, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.359383999952115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.173516000038944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.12147300003562, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.806184999994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 0.49021700001321733, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.52467000007164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 59.185120000038296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.90160499990452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.89326299994718, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 58.419476000010036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.96087299997453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.52780499996152, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 60.5173590000486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 0.39843599998857826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.38341400003992, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 60.72574300004635, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.760470000095665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.66932799993083, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.543778000050224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.038329000002705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 58.745857000001706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 58.32326700002886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 419427.290253, "end": 421079.756055, "runtime": 1652, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "conditional.js" ], "duration": 0.44750799995381385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.034442999982275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.45182199997362, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.29455700004473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.112341000000015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.74082200007979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.705065999994986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.389320999966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.75891999993473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.5786630000220612, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.6719199999934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.01958199997898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.64343799999915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.86231600004248, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 61.93509099993389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 62.23207300005015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 65.18995700008236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.704146999982186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.4371280000777915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.95157199993264, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.113315999973565, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.01391600002535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.81516399991233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.589107999927364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.622207000036724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.349871000042185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.91938099998515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 421186.255733, "end": 422301.00136, "runtime": 1115, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "issue-7024.js" ], "duration": 0.4280700000235811, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.65279500000179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.84488200000487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.745661000022665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.68377500004135, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.780404999968596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.646830999990925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.1655520000495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 59.99271599994972, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 0.4819210000569001, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 64.8821829999797, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 63.09928899991792, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 61.9629239999922, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.92248800001107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 59.39149199996609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 62.53508399997372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 60.62985100003425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 63.07833099993877, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 422398.43526299996, "end": 423043.127551, "runtime": 645, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "logical-assignment.js" ], "duration": 0.42758999997749925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 66.46580300002825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 114.6041640000185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 69.02863299997989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 68.57588200003374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.23354299995117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 65.59545000002254, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 64.71784900000785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 66.18366900004912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 423139.053482, "end": 423674.15116899996, "runtime": 535, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.5002259999746457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.42435200000182, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.428025000030175, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.65052999998443, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.46853299997747, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.59930499992333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.11465600004885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.382190000033006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.70451499999035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 423776.545837, "end": 424363.328968, "runtime": 587, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "boundary.js" ], "duration": 0.4580370000330731, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.35285899997689, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.82424500002526, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.99094599997625, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 70.22540899994783, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.77420499990694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.52067600004375, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.228046000003815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.131357999984175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 424461.744938, "end": 424994.331398, "runtime": 533, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "windows.js" ], "duration": 0.41324199992232025, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "windows.js" ], "duration": 58.68275700008962, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 58.9198360000737, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 58.36442400002852, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 58.26546700007748, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.84817000001203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.106370000052266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 58.55011299997568, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.003648000070825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 425094.60508500005, "end": 426700.48032, "runtime": 1606, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 0.42981400003191084, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.11990599997807, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 59.573380000074394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 58.34093099995516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 58.79217899998184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.05529899999965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.16767400002573, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.25711400003638, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.437364999903366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4265180000802502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.98081599990837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.525970999966376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.80308700003661, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.65007700002752, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.449276000028476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.23433199990541, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.87893000000622, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.17050000000745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 0.4694580000359565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.10947300004773, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.06774199998472, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.46881200000644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.611523999948986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.465397000079975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.560122000053525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.047025999985635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 58.4880290000001, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 426797.790471, "end": 427341.554659, "runtime": 544, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import_meta.js" ], "duration": 0.38953899999614805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.406627999967895, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.2435660000192, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.10659099998884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 59.34081900003366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 61.33776999998372, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 61.46225600002799, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 61.767548000090756, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 59.12912800000049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 44, "numPendingTests": 0, "perfStats": { "start": 427442.897211, "end": 430335.71309, "runtime": 2893, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment_before_else.js" ], "duration": 0.4079530000453815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.17176900000777, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.229836000013165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.750153000000864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.09273099992424, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.34900499996729, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.27910299994983, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.757303999969736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.88928800006397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 0.40824400004930794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "else.js" ], "duration": 67.13161000004038, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 62.767975999973714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.25356300000567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.83415500004776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 62.00306499993894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.05908100004308, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.51936400006525, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.01998600002844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 0.7042179999407381, "failureMessages": [ "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 89.36483500001486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.42528299998958, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.04477300005965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 63.3398889999371, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 62.423866999917664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.40334799990524, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 68.7478279999923, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.84146500006318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 0.4413860000204295, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 68.3197640000144, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 76.56000400008634, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.20635499991477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 69.30360199999996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.86155899998266, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 63.254379999940284, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 66.28357500000857, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 66.16875299997628, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 0.41527599992696196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.95570199994836, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.76443099998869, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 60.46068100002594, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.765616000047885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 61.27054599998519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.947126999963075, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 61.195305999950506, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 60.434203000040725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 430440.98225500004, "end": 432140.61326300004, "runtime": 1700, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "anonymous.js" ], "duration": 0.42149900004733354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.29408100002911, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.52937800006475, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.427596000023186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.93327399995178, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.32554099999834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.370678000035696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.89714399992954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 63.30367399996612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 0.4839149999897927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.619834000011906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.44569300010335, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.503163999994285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.239273000042886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.83181100001093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 69.92754599999171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.95340499992017, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.379994000075385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 0.4351950000273064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 60.783239000011235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.213226999971084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 63.36515000008512, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 67.65391799993813, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 66.70991900004447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.3741920000175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.40035300003365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.973067999933846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 432237.903359, "end": 432812.93166700006, "runtime": 575, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.4187840000959113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.70715700008441, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.18803100008518, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.15975899994373, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.06920699996408, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.09440699999686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.96175100002438, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.38188499992248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.92582000000402, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 432911.002018, "end": 433475.89936100005, "runtime": 565, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 0.3978140000253916, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.43648700008634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.77232899994124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.258099999977276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.50065800000448, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.53628000000026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.256042999913916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 61.92623900005128, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 62.89044900005683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 433585.618596, "end": 434683.09076299996, "runtime": 1097, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.44624499999918044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.30750899994746, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.01452899992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.02371099998709, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.28711600007955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 58.961649999953806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.00573599990457, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.59765300003346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 60.754398999968544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 0.41465599997900426, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.77974400005769, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.01515200000722, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.42989399994258, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.46533399994951, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.572411000030115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 61.34650399989914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 59.97693700005766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 58.894338999991305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 434782.36072, "end": 435332.01196100004, "runtime": 550, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-identifier.js" ], "duration": 0.4079430000856519, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.05122699995991, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.018627000041306, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.40584000002127, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 60.119249999988824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 59.8507109999191, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.28244899993297, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.936037999927066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.61838799994439, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 435431.663638, "end": 435987.70062300004, "runtime": 556, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await.js" ], "duration": 0.4111900000134483, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.23322199995164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 63.19727199990302, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.51704399997834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.86521499999799, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.931899999966845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.80942199996207, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 61.717660000082105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 60.285675000050105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 61, "numPendingTests": 0, "perfStats": { "start": 436089.56871400005, "end": 440071.182611, "runtime": 3982, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.46953799994662404, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.04705599998124, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.1863959999755, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.560083999997005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.10158199991565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.98975200008135, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.3880600000266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.13707399996929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.456421999959275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 0.7442929999670014, "failureMessages": [ "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 74.44986000005156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.24760000000242, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 61.98742000001948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.37315899995156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 63.90423600003123, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 63.84502499992959, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.65202100004535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 66.02744899992831, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 0.4315779999596998, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 68.98671099997591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.705008999910206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.70652100001462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.905698999995366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.81427600001916, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.208847999922, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.71876900002826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.7659510000376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 1.5096140000969172, "failureMessages": [ "continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 70.87725800008047, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.94423900009133, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.93945399997756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.47330399998464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.54861900000833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.429890000028536, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.853174999938346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.1764259999618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 0.39764400001149625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.149580000084825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.099881000001915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.27134599990677, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.401614999980666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 61.15721199999098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.844837000011466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.97740299999714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.01506399991922, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 0.468466000049375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in.js" ], "duration": 71.39410999999382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.01656399993226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.46001499996055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in.js" ], "duration": 60.487266000011005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.45327699999325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.222475000075065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.26536700001452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.1606450000545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 0.39553099998738617, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.28753600001801, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.46649499994237, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.36992599989753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.05302600003779, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.59771899995394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.06727400003001, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.91174799995497, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 63.25925600004848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 440171.194073, "end": 441271.378269, "runtime": 1100, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no_regression.js" ], "duration": 0.413423000019975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.44619899999816, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.03967700002249, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.53432299999986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.0976119999541, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 58.89445399993565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.95474900002591, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.74228500004392, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.92871400003787, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 0.41801200003828853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.87609999999404, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.21399499999825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.121455000014976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.37364999996498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.59841700003017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.694977999897674, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.869701999938115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.544857000000775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 50, "numPendingTests": 0, "perfStats": { "start": 441373.23866300005, "end": 444672.031048, "runtime": 3299, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary_and_template.js" ], "duration": 0.6325230000074953, "failureMessages": [ "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.36077200004365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.504652000032365, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 59.21391599997878, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 61.08836799999699, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 59.49331499997061, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.23500200000126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 60.17739399999846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 62.067931000026874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 0.5825700000859797, "failureMessages": [ "body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.11556700000074, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.93506200006232, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.545151000027545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.97481699998025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.11459900008049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.283808000036515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.95917000004556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.858787999954075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 0.5972769999643788, "failureMessages": [ "class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.79606500000227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.23254300002009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.70154000003822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.90513500000816, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.125324000022374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.354163000010885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.53105800005142, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.14898100006394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 0.4103680000407621, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.55810699996073, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.41519800003152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.88006800005678, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.50683199998457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 59.870518999989145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.53785899991635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.58857999998145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.79678400000557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 0.6261320000048727, "failureMessages": [ "function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.85966100008227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.09228599991184, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.82508300000336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 59.622414999990724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 58.96419500000775, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 59.81082899996545, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.84456200001296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 61.66233399999328, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4054779999423772, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.015981999924406, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.32975399994757, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.36424199992325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.62914400000591, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.4589280000655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.24357000004966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.84974500001408, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.59571300004609, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 90, "numPendingTests": 0, "perfStats": { "start": 444777.42252300004, "end": 450316.925236, "runtime": 5540, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 0.4515850000316277, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.70918200002052, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.70277099998202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.38006600004155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.36082699999679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.153120999922976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.34774799994193, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 60.30737399996724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.42210399999749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 0.411329000024125, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.55885999999009, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.96200900000986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.75585299998056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 62.8113809999777, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.88310600002296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.38543599995319, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.30809900001623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.321680000051856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 0.46412799996323884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.73426500009373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.8587749999715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.000379000091925, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 62.427036999957636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 59.712655999930575, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.19575400010217, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.50496299995575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.964643000043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 0.38984900002833456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.766079000080936, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.8826569999801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.89446600002702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.55256899993401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.21721799997613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 61.69344699999783, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.82129300001543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.986375999986194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 0.414335000095889, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.67726999998558, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.56846500001848, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.51754999998957, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.00536599999759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.225569000002, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.94935800007079, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.98978800000623, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.647629000013694, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 0.4016710000578314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.945797999971546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.68200999998953, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.3182960000122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.44852500001434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.51612299995031, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.5736409999663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.81048099999316, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.44360600004438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 0.41423500003293157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.05402400007006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.87195000005886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.131302000023425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.25948200002313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.031176000018604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.184840000001714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 62.41711500007659, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 62.50115500006359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 0.41715100000146776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.59196300001349, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.69918899994809, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.91864799999166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 63.17084000003524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.438345000031404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.799112999928184, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.647475000005215, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.60149100003764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 0.4752190000144765, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.93582600005902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.53157700004522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 60.66035399993416, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.749479999998584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.740655999979936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 60.87203800003044, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 62.67735300003551, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 60.75955700001214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 0.4141350000863895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.96375999995507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.27098000003025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.690058000036515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.72829599992838, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.300523999962024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.80473600002006, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.23620000004303, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.11874499998521, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 450417.27970099996, "end": 451545.055007, "runtime": 1128, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "body.js" ], "duration": 0.4693880000850186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.79680000001099, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.68238799995743, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.43567499995697, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.45760700001847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.513824000023305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.181243999977596, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.798943000030704, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.76425999996718, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.4736060000723228, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.59103500004858, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 61.95647400000598, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.611506000044756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 61.65182300005108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 61.64714599994477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.26220899994951, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 63.15426900004968, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 62.452120999922045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 451680.687513, "end": 453347.12726700003, "runtime": 1666, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.6197699999902397, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 64.07065299991518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.76044600002933, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.17305500002112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.74420299998019, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.68750500003807, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.04640400002245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.428696000017226, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.08206899999641, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.41938500001560897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.40617500001099, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.79343099996913, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.31067899998743, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.55267999996431, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.21619099995587, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.2039329999825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.860500999959186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.061958999955095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 0.4451829999452457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 66.08291100000497, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.02456299995538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.32254299998749, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.50808900000993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.085203000111505, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.15626399999019, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 64.50204699998721, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.62961699999869, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 453452.44273800007, "end": 454606.43677400006, "runtime": 1154, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6760749999666587, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 75.91217899997719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.7424919999903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.7220039999811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.08127800002694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.33183400006965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.8730870001018, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 65.6671389999101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 67.19920299993828, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 0.5411719999974594, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 64.24469900003169, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.17708399996627, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.45804000005592, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.50719500007108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.13239100005012, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.71024500008207, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.78861699998379, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 59.61650600004941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 454710.215463, "end": 455263.3086, "runtime": 553, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.48974600003566593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.218010999960825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.979715000023134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 59.65140500001144, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.37757300003432, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.909329000045545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.28116399992723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.33626799995545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.40365899994504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 108, "numPendingTests": 0, "perfStats": { "start": 455368.857553, "end": 462090.611731, "runtime": 6722, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.440673999954015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.67264599993359, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.073074999963865, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.548316000029445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.77313300000969, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.52048100007232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.63770999992266, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.14304200001061, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.39108400000259, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.4227409999584779, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.38373199990019, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.04247099999338, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 62.811266999924555, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.93642399995588, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.86584099999163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.51607600005809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.64789799996652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.61387999996077, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 0.4035440000006929, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.797218000050634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.75239200005308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.045510999974795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.58510699996259, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.18290899996646, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.716174999950454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.458973000058904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 62.8743849999737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.4110290000680834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.339655000017956, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.31767999997828, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.23211199999787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.819519000011496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.987148999935016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.37799399998039, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.563873999984935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.34367999993265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 0.4150859999936074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.04355800000485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 66.49117699998897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.26882800005842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.00884499994572, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.575460999971256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 65.33274799992796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 66.14256599999499, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.614452000008896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.40747299999929965, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.60556200006977, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.981312999967486, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.96316499996465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.445594000048004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.19652500003576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.48801299999468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.175031999940984, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.93038999999408, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.4385309999343008, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.8572250000434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 60.01041700004134, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.866379000013694, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.922450999962166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 62.00729900004808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member.js" ], "duration": 63.20563900005072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.96123900008388, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.46788299991749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.4193039999809116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.08751400001347, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.99599299998954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.92151000001468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.4213560000062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 60.838747999980114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.013097000075504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.51733800000511, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.34510599996429, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 0.4336510000284761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new.js" ], "duration": 64.0439029999543, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.634322000085376, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.78576300002169, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new.js" ], "duration": 60.64263499993831, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 59.7607100000605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.05994099995587, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.27616999996826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.98690099990927, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 0.40975600003730506, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.30409200000577, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.071436999947764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.70943799999077, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.47595300001558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.59259299992118, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.99419399991166, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "property.js" ], "duration": 61.860898999962956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.87762699997984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 0.41717999998945743, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super.js" ], "duration": 63.043711000005715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.58041900000535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.026168999960646, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.83577599993441, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.33695000002626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.45724999997765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.650951999938115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.2000410000328, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 0.4087649999419227, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 60.667118999990635, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.871585999964736, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.93838500010315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.59707899997011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.03687499999069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.65619699994568, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.187976000015624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.08010500005912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 462226.507947, "end": 463878.99098, "runtime": 1652, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.5494180000387132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.49335699994117, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.04767800006084, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.95667099999264, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.17838199995458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.1976329999743, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.91341400006786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.525174999958836, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 58.88209099997766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 0.7810310000786558, "failureMessages": [ "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.664294000016525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.73466999991797, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.98293800000101, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.61390500003472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.85392599995248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.83757799991872, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 61.17059600003995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 62.66871200001333, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.4220600000116974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 66.32308100000955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.14938000007533, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.437937000067905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.29113199992571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.158533000038005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 61.55018699995708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.31547100003809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.844031999935396, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 464017.49358700006, "end": 464563.55859200004, "runtime": 546, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.7499829999869689, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.252521999995224, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.40289499994833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.46418500004802, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.50579299998935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.76289100002032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.86145399999805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.232205000007525, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.55582000000868, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 464678.9206460001, "end": 466996.43214499997, "runtime": 2318, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4759709999198094, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 72.47787200007588, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.97954500000924, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.19141299999319, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.21342199994251, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.04421700001694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.58662499999627, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.8953019999899, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.86982599995099, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 0.5047839999897406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.07970300002489, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.56142899999395, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.52103900001384, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.998847000068054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.12473400007002, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 58.492021000012755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.17151099990588, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.40069199993741, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 0.43643699993845075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "react.js" ], "duration": 90.97062199993525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 69.99698599998374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.78348700003698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "react.js" ], "duration": 65.2805010000011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 64.14249899995048, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "react.js" ], "duration": 66.95487399992999, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.07378600002266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 66.5852329999907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 0.4344829999608919, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.460773000027984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.37575700005982, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.159356000018306, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.09668399998918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.59822000004351, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 60.38170100003481, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 59.9928399999626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.53069400007371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 467106.320497, "end": 467707.26080200006, "runtime": 601, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "parens.js" ], "duration": 0.5036420000251383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 74.2505560000427, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.27615900000092, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.860941000049934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.48659999994561, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.751048999954946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.00774799997453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 66.22041499998886, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.243555000051856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 467820.23776000005, "end": 468375.789692, "runtime": 556, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "literal.js" ], "duration": 0.4469960000133142, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.29343199997675, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.10232300008647, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 59.92803199996706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 59.20653200009838, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.212030000053346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.7764549999265, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.32579999999143, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.23639199999161, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 89, "numPendingTests": 0, "perfStats": { "start": 468486.8246180001, "end": 473964.67059600004, "runtime": 5478, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 9, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-iteration.js" ], "duration": 0.44698599993716925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.69280400010757, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.86200500000268, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.26258599990979, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.61011500004679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 58.39050400000997, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.37247599998955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 59.0366459999932, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.60375899996143, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 0.46163399994838983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 66.16142999997828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.544174000038765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 60.41315500007477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 59.42610100004822, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 59.90848600002937, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 60.70432400004938, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 60.38315100001637, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 58.515370000037365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 0.41694000002462417, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.446347999968566, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.28942399995867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 60.31475700007286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 61.08907400001772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 61.04221600003075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.247907000011764, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 61.01337500009686, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 60.64354900002945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 0.4127419999567792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.35518099996261, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.9116830000421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.35577099991497, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.59658699994907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 60.88448200002313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.57481599994935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.54445000004489, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 61.88338999997359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 0.4319179999874905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.84430400002748, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.72160600009374, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.51043499994557, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.471071999985725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 58.49243700003717, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.08056899998337, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.43704899994191, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 59.65627300005872, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 0.41947500000242144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.10398700006772, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.857016000081785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 60.76549400005024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.38404599996284, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 60.50595899997279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 61.97753000003286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.18529000005219, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 62.22185799991712, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.5258039999753237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.57475700008217, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.03396100003738, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.89233000006061, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.20056399994064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.92732000001706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.076249000034295, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.830154999974184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.95527999999467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.7184140000026673, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.20135499991011, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.493684999994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.0601279999828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.43060600000899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 60.522306999890134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.59005999995861, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.77439100004267, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.79872299998533, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.43704800005070865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.494161000009626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.76281200000085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.55409500002861, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 58.02005100005772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 57.90860299998894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.874591000028886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 60.97574699996039, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 59.99497200001497, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 0.4217790000839159, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.97890200000256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.98655399994459, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.29498800006695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.56325399992056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.47342499997467, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.024713999941014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.86829899996519, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.71240000007674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 474097.259846, "end": 474636.98848000006, "runtime": 540, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assignment_expression.js" ], "duration": 0.5234499999787658, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.07597399991937, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 61.405293000047095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.29331499990076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.63685799995437, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 58.811439999961294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.788355999975465, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.118236999958754, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.50902600004338, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 241, "numPendingTests": 0, "perfStats": { "start": 474773.97589800006, "end": 489655.313859, "runtime": 14881, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 25, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.6430229999823496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.232103000045754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.18063700001221, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 58.44488700001966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 59.63884200004395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 59.67607899999712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.34909800009336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.2724819999421, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.093106999993324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 0.4683670001104474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.209273000014946, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 59.26166399999056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 60.5688300000038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 60.132554000010714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 60.29020299995318, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.14149099995848, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 61.43050199991558, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 60.494363999925554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 0.38381799997296184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.49948499992024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 59.00535700004548, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.48677800002042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 59.077310999971814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 60.06827699998394, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.45851200004108, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.98966900003143, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 58.90242399997078, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 0.4222199999494478, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.16720000002533, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.73851100006141, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 58.99272699991707, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.27724500000477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 59.885813000029884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 60.55611799994949, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 66.17852200008929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 59.73456699994858, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 0.41602900007274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.41201500000898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.367865000036545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.292451999965124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.1316189999925, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.624470999930054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 60.21699200000148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 59.48267500009388, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.12017000000924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 0.41584799997508526, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 60.438611999969, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.53431300004013, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 59.66637300001457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 59.90900200000033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.591883000102825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 61.97437099996023, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.04841599997599, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 62.9943000000203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.4290630000177771, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.949362000101246, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.81829500000458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.21465400001034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.71098299999721, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 61.24671900004614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.060706999967806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 59.768745000008494, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 60.37424900010228, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 1.1411749999970198, "failureMessages": [ "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 99.29642599995714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 69.70852700003888, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.2131169999484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 62.016740999999456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 63.72420399996918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 68.95966699998826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.07036500005051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 65.85927499993704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 0.4093760000541806, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.34736299992073, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.493948000017554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.60262300004251, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.625064000021666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.50564400001895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.5190050000092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.22617200005334, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 60.22262200003024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 0.4166489999042824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.99503899994306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.81582400004845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.40448399994057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.21172400005162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.659594999975525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.340234000002965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.50473199994303, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.36899800004903, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 0.7080640000058338, "failureMessages": [ "issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 153)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.3204830000177, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 61.69409899995662, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 60.752177999936976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 60.53276000008918, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 59.569919000030495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 61.85904599993955, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 61.148346000001766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 62.43872500001453, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 0.4164289999753237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 61.99827700003516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.325402999995276, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.768200000049546, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 59.93858800001908, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.647257999982685, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 61.21155699994415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.88481899991166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 61.69206999999005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 0.4108289999421686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 58.71390199998859, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.80651500006206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.105034000007436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 60.124108999967575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 60.2393559999764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.95224000001326, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.01072700007353, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 59.129386999993585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 0.43882199993822724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 61.144037000020035, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 60.97452599997632, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 60.49595000001136, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.72617000003811, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 58.75451700005215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 58.77425399993081, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 60.98782099992968, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 59.99337799998466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 0.4126920000417158, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 60.76005499996245, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.475399999995716, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.586651000077836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 60.80844499997329, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.977242000051774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 61.47916999994777, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 59.84046199999284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 60.06822600006126, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 0.4198549999855459, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.69249000004493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 61.95892600005027, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.387830000021495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.79106099996716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.0934689999558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.269160999916494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.998879999970086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 60.97538899991196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 0.4527170000365004, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.500148999970406, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.09772499999963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 60.2191420000745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.326403000042774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 59.84638999996241, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.027461000019684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.91134799993597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 75.10905800003093, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 0.41720100003294647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 59.9760879999958, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.186000999994576, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.047935000038706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.553819000022486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.97265799995512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.235623999964446, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.99609600007534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.96115699992515, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 0.4562539999606088, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.75987599999644, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.95837999996729, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.25695099995937, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.71441299992148, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.54419099993538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.45134299993515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.84960700001102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.12007399997674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 0.44769699999596924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.20414400007576, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 64.81616799999028, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.279658999992535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 61.52635699999519, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.45639900001697, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.05066499998793, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.41202000004705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 62.166153999976814, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 0.45540199999231845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.132554000010714, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.51560799998697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.3379319999367, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.5498549999902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 59.71931399998721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.94938300002832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.10155400005169, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.83285000000615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 0.4805290000513196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.25248400005512, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.60215200006496, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.120307000004686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.875348999979906, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.045093000051565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.26816099998541, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.88951000000816, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 59.40999600000214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 0.4044269999722019, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.47759100003168, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.42540399997961, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.22705600003246, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.36424999998417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.14374199998565, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.74518099997658, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.385167000000365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 59.58363799995277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 0.4142549999523908, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.04026299994439, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.6634170000907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.08184200001415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 58.33988799992949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 59.094202999956906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 72.56757000007201, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.70816299994476, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 57.51136699994095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 0.5933899999363348, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.51609200006351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.69333599996753, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.85978599998634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.46001100004651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.70807399996556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.79570599994622, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.17791299999226, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 61.487020000000484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 0.4623850000789389, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.83479100000113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 63.12418799998704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.08843100001104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.350508000003174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.86586000001989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.385355000034906, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.25942399993073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.70053400006145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.4286129999672994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.8845910000382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.519396000076085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.76728699996602, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.9599739999976, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.54895399999805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 59.422337000025436, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 64.12324700003956, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.83902199997101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 489794.454457, "end": 493106.388593, "runtime": 3312, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.5182900000363588, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.713943999959156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.033325000084005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.018989000003785, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.10093399998732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.68181800004095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.09145300008822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.010309000033885, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.701075999997556, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 0.44930999993812293, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.86825900000986, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.590547999949194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.681653999956325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.29955799994059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.10167799994815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.72097099991515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 58.910523999948055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 62.38221000006888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 0.43352099996991456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function.js" ], "duration": 70.10884000000078, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.680601999978535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function.js" ], "duration": 60.0386849999195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function.js" ], "duration": 62.655008999980055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.81849400000647, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.681795999989845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function.js" ], "duration": 61.810887000057846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.49847700004466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 0.47323499992489815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.86687799997162, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.70943799999077, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 58.834994000033475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.115171999903396, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.2365170000121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 63.57654899999034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.63709400000516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.94337800005451, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 0.4923009999329224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.404456999967806, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.906087999930605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.27604399994016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.85536200006027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.103866999968886, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 59.78201900003478, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.570069000008516, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.23409200005699, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.43938100000377744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.88904399995226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.973542999941856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.40966300002765, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 64.5572819999652, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.10668500000611, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.12179600005038, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.37738300010096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.20074699993711, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 493240.907966, "end": 493775.460248, "runtime": 535, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.6302889999933541, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.934572999947704, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.54287599993404, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.41455899993889, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 59.74997300002724, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.59523899992928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.92933800001629, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.88080699997954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 58.55178000009619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 28, "numPendingTests": 0, "perfStats": { "start": 493907.235571, "end": 495600.507459, "runtime": 1693, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.5180290000280365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.684058999991976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.217424000031315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.03510099998675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.60336599999573, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.63092599995434, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.11610300000757, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.4238329998916015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 65.76070700003766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.81212499993853, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.50091699999757, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.29445099993609, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.17483799997717, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.44033000001218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 0.4170199999352917, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.04509000002872, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 60.27599100000225, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.97439200000372, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.75995400000829, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 58.95209600008093, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 60.88486499991268, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4645689999451861, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.87291300005745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.858768000034615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 58.8153680000687, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.54705399996601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.104076000046916, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.8943829999771, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 495714.52693399996, "end": 496556.94689799997, "runtime": 842, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.44313899998087436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.34274100000039, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.332140999962576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.127083000028506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.006671999930404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.22647800005507, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.153291999944486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 0.4312470000004396, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.521194000029936, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.431028999970295, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.61271300003864, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.22209900000598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 58.976340999943204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 59.438835000037216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 496679.49834100006, "end": 497105.444317, "runtime": 426, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "return-outside-function.js" ], "duration": 0.6271329999435693, "failureMessages": [ "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.473252000054345, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.23382100008894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.81164400000125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.449982000049204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.15805500000715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 58.482964000082575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 497220.422853, "end": 500238.94830000005, "runtime": 3019, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 1, "unmatched": 0, "updated": 0, "uncheckedKeys": [ "graphql.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.5105250000488013, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.48015399998985, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.43406400003005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.454120000009425, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.68446000001859, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.67161400010809, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.32494299998507, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.5624120000284165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.83517199999187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.892594000091776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.973677000030875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.6991520000156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.83180599997286, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.11006099998485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.41568700002972037, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.96859800000675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.861004999955185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.44084199995268, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.923422000021674, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.06226000003517, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.8777579999296, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 0.45928900002036244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 60.909937000018544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.21053099993151, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.10132799996063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 60.76922300003935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 61.462628999957815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 59.85575099999551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.4793770000105724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.71270200004801, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.33506100007799, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.01363699999638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.50085800001398, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.0482169999741, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.27238300000317, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.4160280000651255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 68.00999300007243, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.02358799998183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.13516400009394, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 60.18826599989552, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.20711700001266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 61.30819600005634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.5527239999501035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 68.04194400005508, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.747968999901786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 61.6296849999344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.10464899998624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.93972200003918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 63.23261999990791, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 500369.420088, "end": 501198.29706500005, "runtime": 829, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "backslash_2028.js" ], "duration": 0.653732999926433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 60.16614300000947, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 57.9403389999643, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 58.61360599996988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 59.5635150000453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 59.122610999969766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 59.46330699999817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 0.4273599999723956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.807746000005864, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 59.39222699997481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.63516199996229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 57.80170399998315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 58.21803400001954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.0073529999936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 110, "numPendingTests": 0, "perfStats": { "start": 501338.390013, "end": 508269.449241, "runtime": 6931, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 1, "unmatched": 2, "updated": 0, "uncheckedKeys": [ "embed.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.5517210001125932, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.75026100000832, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.803225000039674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.396775000030175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.899078000104055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.71461299993098, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.6134079999756, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.427038999972865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.16839300002903, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.60310000006575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.86293000006117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.258736000047065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.570534000056796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.15188600006513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 0.4133839999558404, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 65.13948099990375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 61.562006999971345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.14694199990481, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 60.22373499989044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 61.68134699994698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 60.17079000000376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 0.9085600000107661, "failureMessages": [ "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.57165499997791, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 62.39916400006041, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.93255400005728, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.815673000062816, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.557953999959864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.601642999914475, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 0.4225309999892488, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 70.04453700000886, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.76339000009466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.55233199999202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 62.1250070000533, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.37726400000975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.21180200006347, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 0.4098369999555871, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.169439000077546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.34892600006424, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.39342600002419, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.27508499997202, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.14409700001124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.01770700002089, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 0.422580000013113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 62.299206999945454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 60.508707999950275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 60.01892099995166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 60.3675509999739, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.258505999925546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.307722000055946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 0.6271739999065176, "failureMessages": [ "function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.86984000005759, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.85147800005507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.286350000067614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.72744300006889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.882240000064485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.10640499996953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 0.4073820000048727, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 59.06406899995636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 58.28544000000693, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 59.76035800005775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 59.35569400002714, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 60.16174500004854, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 59.935303999925964, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 0.43242900003679097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.91233900003135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.481362999998964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.352599999983795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.089447999955155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 63.208146000048146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.54489000001922, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 0.4325290000997484, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 61.745736999902874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.96605700009968, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 58.883717000018805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 58.38592199992854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.82910100009758, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.62706900003832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 0.45638400001917034, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 63.46434099995531, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 59.76641499996185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.95703599997796, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 59.34495900000911, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.64999299996998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.33844099997077, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.41078799997922033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.28517299995292, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.755033000023104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.25478600000497, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.41179799998645, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.420641999924555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.12414800003171, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 0.46978799998760223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 59.88440300000366, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 58.99014300003182, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.96280600002501, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 58.72592900006566, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.815070000011474, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.68829199997708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4434200000250712, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.86205700004939, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.57140300003812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.02370599994902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.68389300000854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.65159100003075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.47583100001793, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 0.44021400006022304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 79.35878100001719, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 62.25433000002522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.66805800003931, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.39578699995764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.46286800003145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 66.10808499995619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 0, "numPendingTests": 0, "perfStats": { "start": 508403.049523, "end": 508462.76500400004, "runtime": 60, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.7902189999585971, "failureMessages": [ "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" } ], "numTodoTests": 0 }, { "failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 508603.978628, "end": 510948.64937999996, "runtime": 2345, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-expr.js" ], "duration": 0.5576459999429062, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expr.js" ], "duration": 60.900526999961585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 0.4372030000668019, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 67.4538590000011, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 0.44228299998212606, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 61.0415450000437, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 0.481023000087589, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 61.393952999962494, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 0.49654299998655915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 61.64989500003867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 0.4569390000542626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 59.98585100006312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.48328899999614805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.193290999974124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 0.4710559999803081, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 61.74981599999592, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 0.44075900001917034, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 61.76295000000391, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 0.44227200001478195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 59.8667050000513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.4190089999465272, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 59.838328000041656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4633310000644997, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.88637600000948, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 0.4193200001027435, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 61.705798999988474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 0.42277599999215454, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 60.128677000058815, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 0.6395590000320226, "failureMessages": [ "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 59.561260999995284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 0.975903999991715, "failureMessages": [ "styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 63.71919999993406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.4128870000131428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 60.00775899994187, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6547049999935552, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.37285400007386, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 0.4579870000015944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 62.029951000004075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 511064.274739, "end": 511678.91671400005, "runtime": 615, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.5882399999536574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 63.36979199992493, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.08179700002074, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.31007000000682, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 61.520373999956064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 0.4266780000180006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 57.91014200006612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 59.19874399993569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 59.11053700000048, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 60.38328599999659, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 } ], "wasInterrupted": false }
{ "bail": 0, "changedFilesWithAncestor": false, "ci": true, "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.js", "bin/**/*.js" ], "coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage", "coverageProvider": "babel", "coverageReporters": [ "text", "lcov" ], "detectLeaks": false, "detectOpenHandles": false, "errorOnDeprecated": false, "expand": false, "findRelatedTests": false, "forceExit": false, "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, "maxWorkers": 1, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", "onlyChanged": false, "onlyFailures": false, "openHandlesTimeout": 1000, "passWithNoTests": false, "projects": [], "reporters": [ [ "default", {} ], [ "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js", {} ], [ "/home/runner/work/biome/biome/prettier-repo/reporter.js", {} ] ], "rootDir": "/home/runner/work/biome/biome/prettier-repo", "runTestsByPath": false, "seed": -2113129498, "skipFilter": false, "snapshotFormat": { "escapeString": false, "printBasicPrototype": false }, "testFailureExitCode": 1, "testPathPattern": "", "testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js", "updateSnapshot": "none", "useStderr": false, "watch": false, "watchAll": false, "watchPlugins": [ { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js" }, { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js" } ], "watchman": true, "workerThreads": false }